]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Hmm. Better turn that `make' into a `make -s', or else my nightly
authorSimon Tatham <anakin@pobox.com>
Thu, 25 Mar 2004 09:03:37 +0000 (09:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 25 Mar 2004 09:03:37 +0000 (09:03 +0000)
snapshot cron job will fill my mailbox with goo every day.

[originally from svn r3971]

mkunxarc.sh

index 3485612b7a2dff5c7c3d65986416a50739ff53e9..78f4b360c368943ef9359ff6909692235cc376ae 100755 (executable)
@@ -24,7 +24,7 @@ case "$1" in
 esac
 
 perl mkfiles.pl
-(cd doc && make)
+(cd doc && make -s)
 
 relver=`cat LATEST.VER`
 arcname="putty$arcsuffix"