mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
45065: Make 'make -s' print nothing when it does nothing.
This commit is contained in:
@@ -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'."; \
|
||||
|
||||
Reference in New Issue
Block a user