Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' into git-po
author
Jiang Xin
<worldhello.net@gmail.com>
Tue, 28 Feb 2012 04:23:26 +0000
(12:23 +0800)
committer
Jiang Xin
<worldhello.net@gmail.com>
Tue, 28 Feb 2012 04:23:26 +0000
(12:23 +0800)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
0ad9e96
25a7850
)
diff --cc
Makefile
index 88268571261b72280bfd5af9477cdb7857f0d71f,cf2c40b44f8383d002235400660d76ef7f6de33c..be1957a5e986d2e0581123dfe4e0eeb6702c13dc
---
1
/
Makefile
---
2
/
Makefile
+++ b/
Makefile
@@@
-2576,8
-2635,13
+2635,12
@@@
dist-doc
distclean: clean
$(RM) configure
- $(RM) po/git.pot
- clean:
+ profile-clean:
+ $(RM) $(addsuffix *.gcda,$(addprefix $(PROFILE_DIR)/, $(object_dirs)))
+ $(RM) $(addsuffix *.gcno,$(addprefix $(PROFILE_DIR)/, $(object_dirs)))
+
+ clean: profile-clean
$(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