2003/02/27 09:57:07
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:55:28 +0000 (06:55 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:55:28 +0000 (06:55 +0000)
darcs-hash:20040130065528-2ba56-50ab5f8a2f2b0eec57fd6c6e17c98821e8403035.gz

Makefile

index 49468c5..3480962 100644 (file)
--- 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)"