Makefile: silence perl/PM.stamp recipe
commit7c37a5dc82ec5114c4a281a64e09a965341bf5f2
authorJeff King <peff@peff.net>
Fri, 29 May 2015 07:26:48 +0000 (29 03:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2015 16:22:19 +0000 (29 09:22 -0700)
tree80077725b250cea14e68074b622fe2052bba0992
parenta2d25ef07f0fd268ea69631266e2f51f0bae4e62
Makefile: silence perl/PM.stamp recipe

Every time we run "make", we update perl/PM.stamp, which
contains a list of all of the perl module files (if it's
updated, we need to rebuild perl/perl.mak, since the
Makefile will not otherwise know about the new files).

This means that every time "make" is run, we see:

      GEN perl/PM.stamp

in the output, even though it is not likely to have changed.
Let's make this recipe completely silent, as we do for other
auto-generated dependency files (e.g., GIT-CFLAGS).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile