We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a17ee2 commit e6bfaf3Copy full SHA for e6bfaf3
Makefile
@@ -653,7 +653,7 @@ rpm: dist
653
clean:
654
rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \
655
$(LIB_FILE) $(XDIFF_LIB)
656
- rm -f $(ALL_PROGRAMS) git$X
+ rm -f $(ALL_PROGRAMS) $(BUILT_INS) git$X
657
rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags
658
rm -rf $(GIT_TARNAME)
659
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
t/Makefile
@@ -25,5 +25,5 @@ clean:
25
rm -fr trash
26
27
.PHONY: $(T) clean
28
-.NOPARALLEL:
+.NOTPARALLEL:
29
0 commit comments