Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: silence perl/PM.stamp recipe
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 8806aeb4bba48a6acc9870f41be0ded53e86d592..f3376e35851b97ccd72f9190687b4a0ee8c084de 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1685,7
+1685,7
@@
$(SCRIPT_PERL_GEN): perl/perl.mak
perl/perl.mak: perl/PM.stamp
perl/PM.stamp: FORCE
-
$(QUIET_GEN)
$(FIND) perl -type f -name '*.pm' | sort >$@+ && \
+
@
$(FIND) perl -type f -name '*.pm' | sort >$@+ && \
{ cmp $@+ $@ >/dev/null 2>/dev/null || mv $@+ $@; } && \
$(RM) $@+