[Toybox] [PATCH] fix single command builds by adding config symbols

Oliver Webb aquahobbyist at proton.me
Wed Apr 10 22:59:11 PDT 2024


Found out about "make change" and decided to run it to see which commands
break. The "make ipaddr" issue addressed in a previous thread is present on
ping6, nc, halt, poweroff, and prlimit ('[' also experiences this but didn't fix it
in this patch). The solution is the same too, different
USE_ macros and more config symbols.

An exception to this is wget, which fails for a different reason I've yet to diagnose properly:

wget:generated/{Config.in,newtoys.h,flags.h,tags.h,help.h}
Compile change/wget
........Assembler messages:
Fatal error: can't create generated/obj/lib_env.o: No such file or directory
Assembler messages:
Fatal error: can't create generated/obj/lib_hash.o: No such file or directory
Assembler messages:
Fatal error: can't create generated/obj/lib_lib.o: No such file or directory

-   Oliver Webb <aquahobbyist at proton.me>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-single-command-builds-for-nc-ping6-halt-poweroff.patch
Type: text/x-patch
Size: 3754 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20240411/ccb0b0af/attachment.bin>


More information about the Toybox mailing list