diff options
author | Rob Landley <rob@landley.net> | 2015-12-27 14:41:30 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-12-27 14:41:30 -0600 |
commit | 4b4ab6a50998219cd94139c5669ef9a624c8f58f (patch) | |
tree | 3a1e0812da0cfc3c8f8040a381e763531c1026ba /scripts | |
parent | 6769f8eb580aa2ecac4009fcde4a113e0476de74 (diff) | |
download | toybox-4b4ab6a50998219cd94139c5669ef9a624c8f58f.tar.gz |
Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY,
and add test_scankey.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.sh b/scripts/make.sh index e1bc399a..efa70904 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -220,7 +220,7 @@ then echo -n "generated/tags.h " sed -n '/TAGGED_ARRAY(/,/^)/{s/.*TAGGED_ARRAY[(]\([^,]*\),/\1/;p}' \ - toys/*/*.c | generated/mktags > generated/tags.h + toys/*/*.c lib/*.c | generated/mktags > generated/tags.h fi echo "generated/help.h" |