Skip to content

Commit 0996727

Browse files
committed
Merge branch 'tz/do-not-clean-spec-file'
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
2 parents 2c20dc1 + 4321bdc commit 0996727

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
@@ -2736,7 +2736,7 @@ clean: profile-clean coverage-clean
27362736
$(RM) $(TEST_PROGRAMS) $(NO_INSTALL)
27372737
$(RM) -r bin-wrappers $(dep_dirs)
27382738
$(RM) -r po/build/
2739-
$(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h $(ETAGS_TARGET) tags cscope*
2739+
$(RM) *.pyc *.pyo */*.pyc */*.pyo common-cmds.h $(ETAGS_TARGET) tags cscope*
27402740
$(RM) -r $(GIT_TARNAME) .doc-tmp-dir
27412741
$(RM) $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
27422742
$(RM) $(htmldocs).tar.gz $(manpages).tar.gz

0 commit comments

Comments
 (0)