From: megacz Date: Fri, 30 Jan 2004 06:55:28 +0000 (+0000) Subject: 2003/02/27 09:57:07 X-Git-Tag: RC3~1237 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=beb3ff5bfb0e042cf7233f85d45a3298a5e70028 2003/02/27 09:57:07 darcs-hash:20040130065528-2ba56-50ab5f8a2f2b0eec57fd6c6e17c98821e8403035.gz --- diff --git a/Makefile b/Makefile index 49468c5..3480962 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,8 @@ all_platforms := Win32 Linux Java2 ## Platform-Neutral ########################################################################### ifneq ($(verbose),true) -.SILENT: dist update-build $(jikes_java_objects) .headers $(gcj_java_objects) $(all_platforms) PalmOS bin/org/xwt/builtin.xwar nohup-dist -silent := --silent +.SILENT: $(jikes_java_objects) .headers $(gcj_java_objects) $(all_platforms) bin/org/xwt/builtin.xwar +#silent := --silent endif compile: $(jikes_java_objects) bin/org/xwt/builtin.xwar @@ -151,7 +151,7 @@ current_build := $(shell cat next.build) dist: # this will fail if we haven't checked-in since the comment is null; we want this. - cvs commit -m '' +# cvs commit -m '' > /dev/null echo "***********************************************************" echo "* This build is $(current_build)"