enabled auto execution of gen_config.sh
This commit is contained in:
parent
8b7df5203b
commit
350c9cb972
1 changed files with 4 additions and 5 deletions
9
blfs
9
blfs
|
@ -112,15 +112,14 @@ echo "${nl_}${SD_BORDER}${nl_}"
|
||||||
|
|
||||||
cp -r BLFS/* $BLFS_ROOT
|
cp -r BLFS/* $BLFS_ROOT
|
||||||
cp $COMMON_DIR/progress_bar.sh $BLFS_ROOT
|
cp $COMMON_DIR/progress_bar.sh $BLFS_ROOT
|
||||||
# cp -r menu $BLFS_ROOT
|
|
||||||
|
|
||||||
# Start the work
|
# Start the work
|
||||||
cd $BLFS_ROOT
|
cd $BLFS_ROOT
|
||||||
|
|
||||||
# Clean-up
|
# Clean-up
|
||||||
rm -rf libs/.svn
|
rm -rf libs/.svn
|
||||||
#rm -rf menu/.svn
|
rm -rf menu/.svn
|
||||||
#rm -rf lxdialog/.svn
|
rm -rf lxdialog/.svn
|
||||||
|
|
||||||
|
|
||||||
# Fix BLFS_XML harcoded values
|
# Fix BLFS_XML harcoded values
|
||||||
|
@ -134,7 +133,7 @@ else
|
||||||
./update_book.sh $BLFS_XML get $TREE
|
./update_book.sh $BLFS_XML get $TREE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Generate Config.in and run the menuconfig interfaz
|
# Generate Config.in and run the menuconfig interface
|
||||||
# ./gen_config.sh
|
./gen_config.sh
|
||||||
# make
|
# make
|
||||||
|
|
||||||
|
|
Reference in a new issue