mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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
|
esac
|
||||||
|
|
||||||
perl mkfiles.pl
|
perl mkfiles.pl
|
||||||
(cd doc && make)
|
(cd doc && make -s)
|
||||||
|
|
||||||
relver=`cat LATEST.VER`
|
relver=`cat LATEST.VER`
|
||||||
arcname="putty$arcsuffix"
|
arcname="putty$arcsuffix"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user