All Makefiles: Add .PRECIOUS: apps/libapps.a to every Makefile. Hopefully this will end awkward problems when you Control-C out of a build and libapps.a is deleted.

This commit is contained in:
Gregory Nutt 2017-08-13 09:35:14 -06:00
parent 929a86efde
commit a66da34f18
124 changed files with 387 additions and 279 deletions

View file

@ -43,6 +43,7 @@ FILES = .config
all: nothing
.PHONY: nothing context depend clean distclean
.PRECIOUS: $(BIN)
nothing: