diff options
author | Rob Landley <rob@landley.net> | 2008-01-20 19:00:16 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-01-20 19:00:16 -0600 |
commit | 7c04f01bc73082a170c9a1988bf62c2428acc4f9 (patch) | |
tree | 3e4a628bc473b8e2e0d3fda48cf5f291f0616442 /scripts | |
parent | 6ef04efa853b80c76ead2d252b3f4771f4c25d5d (diff) | |
download | toybox-7c04f01bc73082a170c9a1988bf62c2428acc4f9.tar.gz |
Fluff out hello.c to supply more example code as a skeleton for new commands,
and update a chunk of code.html (much more to do there).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/genconfig.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index 59c63c5b..126e52ef 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -1,5 +1,8 @@ #!/bin/bash +# This has to be a separate file from scripts/make.sh so it can be called +# before menuconfig. (It's called again from scripts/make.sh just to be sure.) + mkdir -p generated function genconfig() |