[Midnightbsd-cvs] src: objformat.sh: Nagging is a great thing for freebsd to be doing.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Mar 20 18:26:13 EDT 2009


Log Message:
-----------
Nagging is a great thing for freebsd to be doing.  We're not going to 
make much of a difference nagging though, and it's slowing down builds.

Remove the sleep.

Modified Files:
--------------
    src/usr.bin/objformat:
        objformat.sh (r1.1 -> r1.2)

-------------- next part --------------
Index: objformat.sh
===================================================================
RCS file: /home/cvs/src/usr.bin/objformat/objformat.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -L usr.bin/objformat/objformat.sh -L usr.bin/objformat/objformat.sh -u -r1.1 -r1.2
--- usr.bin/objformat/objformat.sh
+++ usr.bin/objformat/objformat.sh
@@ -21,6 +21,6 @@
 (echo '=========== IT HAS BEEN OBSOLETE FOR YEARS! ====-=======' >/dev/tty) 2>/dev/null
 (echo '========================================================' >/dev/tty) 2>/dev/null
 # highlight the nag or it will never be fixed!
-sleep 10
+# sleep 10
 echo elf
 exit 0


More information about the Midnightbsd-cvs mailing list