diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2007-03-06 23:37:18 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-06 17:16:37 -0800 |
commit | 31d0399c3c310d035cd7ed55c094f0b636ac5e20 (patch) | |
tree | 757870569c94571ea84ae038676cc98c93774f92 /perl/Makefile | |
parent | 2314c947706b9480ddd8c1420efa8da523d99c9f (diff) | |
download | git-31d0399c3c310d035cd7ed55c094f0b636ac5e20.tar.gz |
More build output cleaning up
- print output file name for .c files
- suppress output of the names of subdirectories when make changes into them
- use GEN prefix for makefile generation in perl/
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'perl/Makefile')
-rw-r--r-- | perl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile b/perl/Makefile index 17d004e5a0..5ec0389883 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -33,7 +33,7 @@ $(makfile): ../GIT-CFLAGS Makefile echo ' echo $(instdir_SQ)' >> $@ else $(makfile): Makefile.PL ../GIT-CFLAGS - '$(PERL_PATH_SQ)' $< PREFIX='$(prefix_SQ)' + $(QUIET_GEN)'$(PERL_PATH_SQ)' $< PREFIX='$(prefix_SQ)' endif # this is just added comfort for calling make directly in perl dir |