aboutsummaryrefslogtreecommitdiff
path: root/scripts/genconfig.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-01-20 19:00:16 -0600
committerRob Landley <rob@landley.net>2008-01-20 19:00:16 -0600
commit7c04f01bc73082a170c9a1988bf62c2428acc4f9 (patch)
tree3e4a628bc473b8e2e0d3fda48cf5f291f0616442 /scripts/genconfig.sh
parent6ef04efa853b80c76ead2d252b3f4771f4c25d5d (diff)
downloadtoybox-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/genconfig.sh')
-rwxr-xr-xscripts/genconfig.sh3
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()