From 695f4e924951b486d03ff2aa338695f29a3d67fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20H=C3=A4ggqvist?= Date: Fri, 13 Mar 2009 02:21:41 +0100 Subject: [PATCH] Add a script to update the "current checkwps" dir --- private/checkwps/current/update.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 private/checkwps/current/update.sh diff --git a/private/checkwps/current/update.sh b/private/checkwps/current/update.sh new file mode 100755 index 0000000..6f60b08 --- /dev/null +++ b/private/checkwps/current/update.sh @@ -0,0 +1,14 @@ +#!/bin/sh +rockbox_dir="/path/to/rockbox/sources" + +cd `dirname "$0"` +target=`pwd` +cd "${rockbox_dir}" +svn up +./tools/version.sh . > "${target}/VERSION" +cd "tools/checkwps" +./cleanall.sh +./buildall.sh +cp checkwps.* "${target}/" +cd "${target}" +rm -f checkwps.c checkwps.h -- 2.11.4.GIT