From: megacz Date: Fri, 30 Jan 2004 06:53:08 +0000 (+0000) Subject: 2003/02/25 22:44:58 X-Git-Tag: RC3~1376 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=39129797e169a3b0303ef78a80debc07fd890459;p=org.ibex.core.git 2003/02/25 22:44:58 darcs-hash:20040130065308-2ba56-3ed9c8fe7befb513ec2fa37fd5efab52e2a3a8b2.gz --- diff --git a/Makefile b/Makefile index 1c257d4..b5e680e 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all_platforms := Win32 Linux Java2 ## Platform-Neutral ########################################################################### -.SILENT: $(jikes_java_objects) .headers $(gcj_java_objects) $(all_platforms) PalmOS bin/org/xwt/builtin.xwar +.SILENT: update-build $(jikes_java_objects) .headers $(gcj_java_objects) $(all_platforms) PalmOS bin/org/xwt/builtin.xwar compile: $(jikes_java_objects) bin/org/xwt/builtin.xwar @@ -52,6 +52,14 @@ clean: find . -name \*~ | xargs rm -f find . -name \#\*\# | xargs rm -f +update-build: + (echo -n 0000; (echo "10k16o16i"; cat next.build | tr a-z A-Z; echo "1+f") | dc) | tail --bytes=5 > next.build- + mv next.build- next.build + echo -n "Next build will be " + cat next.build + echo committing... + cvs commit -m 'updated build' next.build + echo committed. ## GCJ-Derived Platforms #######################################################################