From: Todd Zullinger Date: Sat, 17 Feb 2018 03:06:24 +0000 (-0500) Subject: Makefile: remove *.spec from clean target X-Git-Tag: v2.17.0-rc0~53^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4321bdcabb481ba49eb79f332881d19950f72d4b;p=git Makefile: remove *.spec from clean target 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 Signed-off-by: Junio C Hamano --- 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