Skip to content
Commit 7a856172 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the...

The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far).  However, $(BIN) may contain back slashes in some build platforms and that causes problems for make:  It can't handle the backslashes in the .PRECIOUS dependency list.  $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
parent a66da34f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment