Another fix.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1340 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -133,10 +133,13 @@ build_reconfig() {
|
|||||||
if [ ! -e "$BUILD_WORK/config.state" ]; then
|
if [ ! -e "$BUILD_WORK/config.state" ]; then
|
||||||
echo "*** Warning: file 'config.state' not found - using defaults."
|
echo "*** Warning: file 'config.state' not found - using defaults."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
config_requirements
|
config_requirements
|
||||||
eval "${TARGET}_requirements"
|
eval "${TARGET}_requirements"
|
||||||
|
eval "${TARGET}_prepare_config"
|
||||||
eval "${TARGET}_load_config"
|
eval "${TARGET}_load_config"
|
||||||
build_process_config
|
build_process_config
|
||||||
|
|
||||||
echo "Reconfiguring complete..." 1>&2
|
echo "Reconfiguring complete..." 1>&2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user