Merge branch 'master' into git-po
authorJiang Xin <worldhello.net@gmail.com>
Tue, 28 Feb 2012 04:23:26 +0000 (12:23 +0800)
committerJiang Xin <worldhello.net@gmail.com>
Tue, 28 Feb 2012 04:23:26 +0000 (12:23 +0800)
1  2 
Makefile

diff --cc 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