mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
929a86efde
commit
a66da34f18
124 changed files with 387 additions and 279 deletions
|
|
@ -43,6 +43,7 @@ FILES = .config
|
|||
|
||||
all: nothing
|
||||
.PHONY: nothing context depend clean distclean
|
||||
.PRECIOUS: $(BIN)
|
||||
|
||||
nothing:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue