From 39129797e169a3b0303ef78a80debc07fd890459 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:53:08 +0000 Subject: [PATCH] 2003/02/25 22:44:58 darcs-hash:20040130065308-2ba56-3ed9c8fe7befb513ec2fa37fd5efab52e2a3a8b2.gz --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 ####################################################################### -- 1.7.10.4