From 7c04f01bc73082a170c9a1988bf62c2428acc4f9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 20 Jan 2008 19:00:16 -0600 Subject: 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). --- scripts/genconfig.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/genconfig.sh') 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() -- cgit v1.2.3