mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
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]
This commit is contained in:
parent
66d149d618
commit
99b36b860a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user