Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-16 01:35:35 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-16 01:35:35 +0400
commit42f091a76120b4bf2ab7466dfaaf8907f9d9b189 (patch)
treeaac37d347342f06debbf290aedc3200f0ff33846 /scripts
parent39218932b1e99be6ef91329f7fb1beeeb40941c1 (diff)
- let the scripts be prerequisites of the files the generate
- make sure that bbconfig isn't too stupid
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/config/mkconfigs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/mkconfigs b/scripts/config/mkconfigs
index be5d9d177..88365f62c 100755
--- a/scripts/config/mkconfigs
+++ b/scripts/config/mkconfigs
@@ -60,7 +60,7 @@ echo \
*
*/"
-echo "static char const bbconfig_config[] ="
+echo "static const char const * bbconfig_config ="
echo "\"\\"
echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{ print $0 "\\\\n\\\\" }' `"
echo "\";"