diff options
| author | Rob Landley <rob@landley.net> | 2017-03-20 12:41:22 -0500 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2017-03-20 12:41:22 -0500 |
| commit | cb8e5ad6c5b9c79cce1a6baf10041f90cf491711 (patch) | |
| tree | 7d22e62919b40e845380b32486e8a61991329715 /scripts | |
| parent | 2ba9c414e02197075e7e90ca077dda19fae75cda (diff) | |
| download | toybox-cb8e5ad6c5b9c79cce1a6baf10041f90cf491711.tar.gz | |
Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments,
and make uptime use it.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make.sh b/scripts/make.sh index 6b853840..57928471 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -182,6 +182,7 @@ make_flagsh() else $SED '/USE_.*([^)]*)$/s/$/ __VA_ARGS__/' generated/config.h fi + echo '#include "lib/toyflags.h"' cat generated/newtoys.h # Run result through preprocessor, glue together " " gaps leftover from USE |
