My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0ad9e96
25a7850
)
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
diff --cc
Makefile
index
8826857
,
cf2c40b
..
be1957a
---
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