Makefile: do not include dependency-file on make clean
When envoking clean target, make should not perform the dependency file generation triggered by include.
Este cometimento está contido em:
ascendente
6821d8ea4a
cometimento
ab61029201
4
Makefile
4
Makefile
@ -139,7 +139,9 @@ cgit: $(OBJECTS) libgit
|
||||
|
||||
cgit.o: VERSION
|
||||
|
||||
-include $(OBJECTS:.o=.d)
|
||||
ifneq "$(MAKECMDGOALS)" "clean"
|
||||
-include $(OBJECTS:.o=.d)
|
||||
endif
|
||||
|
||||
libgit:
|
||||
$(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) NO_CURL=1 $(GIT_OPTIONS) libgit.a
|
||||
|
Carregando…
Criar uma nova questão referindo esta
Bloquear um utilizador