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
|
b2c2e134b1
|
Extend apps/examples/unionfs so it is includes a root offset on one of the unified file sysems
|
2015-06-21 12:21:54 -06:00 |
|
Gregory Nutt
|
ea0f1b9294
|
apps/examples: Make all file system tests dependent onf CONFIG_BUILD_FLAT
|
2015-06-07 10:24:46 -06:00 |
|
Gregory Nutt
|
3e692f3912
|
apps/examples/thttpd now uses the Union File System if BINFS is selected for CGI binaris
|
2015-06-06 19:16:14 -06:00 |
|
Gregory Nutt
|
4986c0660e
|
Union FS. Correct some handling when the last file is closed
|
2015-06-06 10:00:26 -06:00 |
|
Gregory Nutt
|
7c8be1c431
|
Union fs: Fix some compile issues with debug on. Add more test files
|
2015-06-06 08:36:24 -06:00 |
|
Gregory Nutt
|
5194a91e6b
|
Unionfs - rename some test files. Naming was too confusing
|
2015-06-06 08:16:02 -06:00 |
|
Gregory Nutt
|
d1da5d1b8e
|
Fix a couple of unionfs readdir problems
|
2015-06-06 07:36:38 -06:00 |
|
Gregory Nutt
|
ae6868bf9e
|
Add a test of the union file system to apps/examaples.
|
2015-06-05 14:23:07 -06:00 |
|