diff options
author | Rob Landley <rob@landley.net> | 2013-10-03 03:18:00 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-10-03 03:18:00 -0500 |
commit | 207cadacd3cef42fa918981423c951f49443f032 (patch) | |
tree | 2633a186220f6265f98a0e2f582ede612121e436 /toys.h | |
parent | 7dc773bad5dc436518b822ba8c8ae400b5f36272 (diff) | |
download | toybox-207cadacd3cef42fa918981423c951f49443f032.tar.gz toybox-207cadacd3cef42fa918981423c951f49443f032.tar.bz2 toybox-207cadacd3cef42fa918981423c951f49443f032.zip |
Switch flag generation from shell to C.
This should actually generate FLAG_longopt 0 #defines for disabled bare
longopts (ala ls without --color). Put temporary executables under "generated"
(including instlist for install).
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ #define OLDTOY(name, oldname, opts, flags) #include "generated/newtoys.h" #include "generated/oldtoys.h" +#include "generated/flags.h" #include "generated/globals.h" // These live in main.c |