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
|
1c05e26ef6
|
apps/wireless/wapi: Correct an error in dependency generation.
|
2017-04-25 11:16:51 -06:00 |
|
Gregory Nutt
|
2d73f735fe
|
Fix a little kruft left in ported wireless/wapi/Makefile
|
2017-04-10 15:34:56 -06:00 |
|
Gregory Nutt
|
aeb37c12b2
|
apps/wireless/wapi: Fix problems in build support. Fix some initial compile isses (still does not compile).
|
2017-04-10 14:57:33 -06:00 |
|
Gregory Nutt
|
806d2c731a
|
wireless/wapi: Remove logic that depnds on Linux netlink. Add (untested) build support.
|
2017-04-10 14:00:21 -06:00 |
|