projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
893973a
)
Git.pm: clean generated files.
author
Junio C Hamano
<junkio@cox.net>
Fri, 30 Jun 2006 07:43:43 +0000
(
00:43
-0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 3 Jul 2006 00:14:44 +0000
(17:14 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3810514d501610714c430eeabd3662c53d218654..703016725358c7122a211261eca946f17b31452f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-771,6
+771,7
@@
clean:
rm -f $(htmldocs).tar.gz $(manpages).tar.gz
$(MAKE) -C Documentation/ clean
[ ! -f perl/Makefile ] || $(MAKE) -C perl/ clean || $(MAKE) -C perl/ clean
+ rm -f perl/ppport.h perl/Makefile.old
$(MAKE) -C templates/ clean
$(MAKE) -C t/ clean
rm -f GIT-VERSION-FILE GIT-CFLAGS