From 99b36b860a948fffcb7ee520b2b4f7ed1c5d55c2 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 25 Mar 2004 09:03:37 +0000 Subject: [PATCH] Hmm. Better turn that `make' into a `make -s', or else my nightly snapshot cron job will fill my mailbox with goo every day. [originally from svn r3971] --- mkunxarc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkunxarc.sh b/mkunxarc.sh index 3485612b..78f4b360 100755 --- a/mkunxarc.sh +++ b/mkunxarc.sh @@ -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" -- 2.45.2