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
|
1829e252f2
|
system/dhcpc: Fix warning about renew_main.o appear twice in rule.
|
2017-07-05 12:45:03 -06:00 |
|
Gregory Nutt
|
54d55cb307
|
system/dhcpc: The DHCPC renew command did not build correctly due to naming problems. Noted by Masayuki Ishikawa,
|
2017-06-23 18:13:51 -06:00 |
|
Gregory Nutt
|
ccb6282f5b
|
apps/system/dhcpc: Add missing argument of fprintf.
|
2017-05-21 11:32:07 -06:00 |
|
Gregory Nutt
|
da9f0421c0
|
apps/system/dhcpc: Currently only works with IPv4 and Ethernet MAC.
|
2017-05-21 10:53:45 -06:00 |
|
Gregory Nutt
|
2984fa3911
|
apps/system/dhcpc: Add a command to renew or establish a lease on an IPv4 address.
|
2017-05-21 10:51:26 -06:00 |
|