aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-10-03 03:18:00 -0500
committerRob Landley <rob@landley.net>2013-10-03 03:18:00 -0500
commit207cadacd3cef42fa918981423c951f49443f032 (patch)
tree2633a186220f6265f98a0e2f582ede612121e436 /toys.h
parent7dc773bad5dc436518b822ba8c8ae400b5f36272 (diff)
downloadtoybox-207cadacd3cef42fa918981423c951f49443f032.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index b7acc270..caf96123 100644
--- a/toys.h
+++ b/toys.h
@@ -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