diff scripts/genconfig.sh @ 239:4f1ca01db000

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).
author Rob Landley <rob@landley.net>
date Sun, 20 Jan 2008 19:00:16 -0600
parents d4176f3f3835
children 8b0487639db9
line wrap: on
line diff
--- a/scripts/genconfig.sh	Sun Jan 20 17:34:53 2008 -0600
+++ b/scripts/genconfig.sh	Sun Jan 20 19:00:16 2008 -0600
@@ -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()