Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tz/do-not-clean-spec-file' into next
author
Junio C Hamano
<gitster@pobox.com>
Wed, 21 Feb 2018 23:41:14 +0000
(15:41 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 21 Feb 2018 23:41:14 +0000
(15:41 -0800)
We no longer create any *.spec file, so "make clean" should not
remove it.
* tz/do-not-clean-spec-file:
Makefile: remove *.spec from clean target
Makefile
patch
|
blob
|
history
raw
(from parent 1:
a037cbf
)
diff --git
a/Makefile
b/Makefile
index f6d9523b9597700baf2beaa2e0f240ca99f9d552..5ae9616e0a7028d4a54977eda4b213e1e0b03ed3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2736,7
+2736,7
@@
clean: profile-clean coverage-clean
$(RM) $(TEST_PROGRAMS) $(NO_INSTALL)
$(RM) -r bin-wrappers $(dep_dirs)
$(RM) -r po/build/
- $(RM) *.
spec *.
pyc *.pyo */*.pyc */*.pyo common-cmds.h $(ETAGS_TARGET) tags cscope*
+ $(RM) *.pyc *.pyo */*.pyc */*.pyo common-cmds.h $(ETAGS_TARGET) tags cscope*
$(RM) -r $(GIT_TARNAME) .doc-tmp-dir
$(RM) $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
$(RM) $(htmldocs).tar.gz $(manpages).tar.gz