Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
perl: fix make clean
author
Junio C Hamano
<junkio@cox.net>
Sat, 24 Jun 2006 12:16:17 +0000
(
05:16
-0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 3 Jul 2006 00:14:42 +0000
(17:14 -0700)
When perl/Makefile is stale with respect to perl/Makefile.PL, it
prevents "make clean" from completing which is quite irritating.
Fix it by calling subdirectory make clean twice as needed.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5e6ab86
)
diff --git
a/Makefile
b/Makefile
index aa0618ed832e98bf520b9b4b6401b5951b208abc..a76526aa6c76451ac84e7a348ccd2888bc1d6f5c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-744,7
+744,7
@@
clean:
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
rm -f $(htmldocs).tar.gz $(manpages).tar.gz
$(MAKE) -C Documentation/ clean
- [ ! -e perl/Makefile ] || $(MAKE) -C perl/ clean
+ [ ! -e perl/Makefile ] || $(MAKE) -C perl/ clean
|| $(MAKE) -C perl/ clean
$(MAKE) -C templates/ clean
$(MAKE) -C t/ clean
rm -f GIT-VERSION-FILE GIT-CFLAGS