Skip to content

Commit 4321bdc

Browse files
tmzullingergitster
authored andcommitted
Makefile: remove *.spec from clean target
Support for generating an rpm was dropped in ab21433 ("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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ab21433 commit 4321bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2456,7 +2456,7 @@ clean: profile-clean coverage-clean
24562456
$(RM) $(TEST_PROGRAMS) $(NO_INSTALL)
24572457
$(RM) -r bin-wrappers $(dep_dirs)
24582458
$(RM) -r po/build/
2459-
$(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h $(ETAGS_TARGET) tags cscope*
2459+
$(RM) *.pyc *.pyo */*.pyc */*.pyo common-cmds.h $(ETAGS_TARGET) tags cscope*
24602460
$(RM) -r $(GIT_TARNAME) .doc-tmp-dir
24612461
$(RM) $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
24622462
$(RM) $(htmldocs).tar.gz $(manpages).tar.gz

0 commit comments

Comments
 (0)