1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

45065: Make 'make -s' print nothing when it does nothing.

This commit is contained in:
Daniel Shahaf 2019-12-17 07:44:27 +00:00
parent 3c4b3c8798
commit a370f24137
2 changed files with 3 additions and 1 deletions

@ -1,5 +1,8 @@
2019-12-18 Daniel Shahaf <danielsh@apache.org>
* 45065: Src/Makefile.in: Make 'make -s' print nothing when it
does nothing.
* 45064: Src/utils.c: Fix the mktemp() warning, in debug
builds only.

@ -94,7 +94,6 @@ zsh.res.o: $(sdir)/zsh.rc $(sdir)/zsh.ico
stamp-modobjs: modobjs
@if cmp -s stamp-modobjs.tmp stamp-modobjs; then \
rm -f stamp-modobjs.tmp; \
echo "\`stamp-modobjs' is up to date."; \
else \
mv -f stamp-modobjs.tmp stamp-modobjs; \
echo "Updated \`stamp-modobjs'."; \