summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2018-02-16 22:06:24 -0500
committerJunio C Hamano <gitster@pobox.com>2018-02-17 13:27:57 -0800
commit4321bdcabb481ba49eb79f332881d19950f72d4b (patch)
tree9e0c276c2ffafd1b4f75fb5f84a14aed0549d664
parentab214331cf8c73f8f77540aa996eb8b4938237f2 (diff)
downloadgit-tz/do-not-clean-spec-file.tar.gz
Makefile: remove *.spec from clean targettz/do-not-clean-spec-file
Support for generating an rpm was dropped in ab214331cf ("Makefile: stop pretending to support rpmbuild", 2016-04-04). We don't generate any *.spec files so there is no need to clean them up. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23182bcc0e..32ccfe56ba 100644
--- a/Makefile
+++ b/Makefile
@@ -2456,7 +2456,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