Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
vcs-svn: remove build artifacts on "make clean"
author
Jonathan Nieder
<jrnieder@gmail.com>
Thu, 12 Aug 2010 21:30:47 +0000
(16:30 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 15 Aug 2010 02:35:38 +0000
(19:35 -0700)
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d0fc40c
)
diff --git
a/Makefile
b/Makefile
index ec84697563a441d5c3d9008fcf3caa571e83dbb6..3452700669eab2f820f44479db2c424af133178c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2208,8
+2208,8
@@
distclean: clean
$(RM) configure
clean:
- $(RM) *.o block-sha1/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
- builtin/*.o $(LIB_FILE) $(XDIFF_LIB)
+ $(RM) *.o block-sha1/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o
vcs-svn/*.o
\
+ builtin/*.o $(LIB_FILE) $(XDIFF_LIB)
$(VCSSVN_LIB)
$(RM) $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git$X
$(RM) $(TEST_PROGRAMS)
$(RM) -r bin-wrappers