Gregory Nutt
|
6aa3e57004
|
Triva typo fixed. Also modify weird definition in import/Makefile. Still weird, but at least the directory exists.
|
2018-05-31 15:31:31 -06:00 |
|
Gregory Nutt
|
7a8561728c
|
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.
|
2017-08-13 11:03:17 -06:00 |
|
Gregory Nutt
|
a66da34f18
|
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.
|
2017-08-13 09:35:14 -06:00 |
|
Gregory Nutt
|
d6bcd1a93a
|
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
|
2014-09-06 08:00:47 -06:00 |
|
Gregory Nutt
|
e8ab24001d
|
Flesh out apps/import/Make.defs a little
|
2014-09-05 09:16:08 -06:00 |
|
Gregory Nutt
|
662cec59c6
|
Add the .config file to the export package
|
2014-09-05 07:39:04 -06:00 |
|
Gregory Nutt
|
002cfbe348
|
Beginning of logic that will, hopefully, all me to build applications against a NuttX export package (vs. the nuttx/ source tree).
|
2014-09-04 15:54:51 -06:00 |
|