2003/02/27 09:59:40
[org.ibex.core.git] / Makefile
index 8540ad7..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)"
@@ -161,12 +161,12 @@ dist:
                ssh xwt@xwt.org /home/xwt/dist | grep -v "make...:.\(Entering\|Leaving\).directory"
 
        (test `uname -n` = gosset.megacz.com) && \
-               make $(silent) dist-private &> .make-dist.out || \
-                       (cat .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false)
+               (make $(silent) dist-private &> .make-dist.out || \
+                       (cat .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false))
 
        (test `uname -n` = gosset.megacz.com) && \
-               cat .make-dist.out | \
-                       mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org < /dev/null
+               (cat .make-dist.out | \
+                       mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org < /dev/null)
 
 dist-private:
        make $(silent) update-build