- let the scripts be prerequisites of the files the generate
- make sure that bbconfig isn't too stupid
This commit is contained in:
parent
39218932b1
commit
42f091a761
2 changed files with 3 additions and 3 deletions
|
@ -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 "\";"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue