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
|
d5b7268d95
|
ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers.
|
2016-07-20 14:02:41 -06:00 |
|
Sebastien Lorquet
|
bfff5e7179
|
Add empty preconfig rules to 'leaf' makefiles
|
2016-06-02 16:24:30 +02:00 |
|
Gregory Nutt
|
d5b6949c9f
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:14:53 -06:00 |
|
Gregory Nutt
|
3e16e0a0f9
|
apps/examples: Modify/simpify apps/examples build files. From Roman Saveljev.
|
2015-05-06 08:19:54 -06:00 |
|
Gregory Nutt
|
7dc7e40796
|
Remove circular dependins in the Kconfig files. Makes select of apps/examples/bastest a little more difficult
|
2014-11-10 07:48:46 -06:00 |
|
Gregory Nutt
|
70797a1c32
|
BAS: A few more fixes to the test
|
2014-11-09 08:41:21 -06:00 |
|
Gregory Nutt
|
4f1d02e5cf
|
BAS: Misc changes to test files
|
2014-11-09 08:21:40 -06:00 |
|
Gregory Nutt
|
31330b56c0
|
Auto select ROMFS if BASTEST is selected
|
2014-11-08 07:19:17 -06:00 |
|
Gregory Nutt
|
c2c42f5e5b
|
BAS: Fix some build errors wtih apps/examples/bastest
|
2014-11-07 15:35:09 -06:00 |
|
Gregory Nutt
|
e0b6137de7
|
BAS: Rename examples/bas to examples/bastest. Hook into build and configuration system. Finish ROMFS logic
|
2014-11-07 15:03:03 -06:00 |
|