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
|
3e83aa7388
|
Add apps/include to include path in top-level Make.defs file. Remove multiple definitions of INCDIR opt.
|
2016-07-11 10:45:17 -06:00 |
|
Sebastien Lorquet
|
bfff5e7179
|
Add empty preconfig rules to 'leaf' makefiles
|
2016-06-02 16:24:30 +02:00 |
|
Sebastien Lorquet
|
9a406515d7
|
make the full tree use wildcards make.defs
|
2016-06-02 16:21:21 +02:00 |
|
Gregory Nutt
|
aacfce081e
|
Fix several cosmetic, C coding style issues
|
2015-10-03 11:03:42 -06:00 |
|
Gregory Nutt
|
f73ee9d352
|
apps/system/netdb would not build unless CONFIG_NETDB_HOSTFILE was defined because it needed gethostbyname. Noted by OrbitalFox
|
2015-08-21 09:29:38 -06:00 |
|
Gregory Nutt
|
9669fff72b
|
Fix system/netdb configuration dependency
|
2015-07-10 14:53:58 -06:00 |
|
Gregory Nutt
|
5abf88abed
|
Print host aliases too; Change how host name is print; the match might be on a host name alias rather than the actual host name
|
2015-07-09 09:16:41 -06:00 |
|
Gregory Nutt
|
662620ae50
|
apps/system/netdb: Fix length argument used with inet_ntop
|
2015-07-08 16:46:35 -06:00 |
|
Gregory Nutt
|
b63f57b949
|
Fix an error in the system/netdb Makefile
|
2015-07-08 16:25:39 -06:00 |
|
Gregory Nutt
|
05f608322e
|
Add a command to access the network database
|
2015-07-08 16:02:18 -06:00 |
|