Restructuring of the unix build scripts.
Also, interrupted dependency builds are now detected. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1338 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -95,6 +95,9 @@ export "${BUILD_PROJECT}_CFLAGS" "${BUILD_PROJECT}_LDFLAGS"
|
||||
eval ${BUILD_PROJECT}_OBJS=\${${BUILD_PROJECT}_OBJS%/}/
|
||||
export "${BUILD_PROJECT}_OBJS"
|
||||
|
||||
# Load the configuration functions
|
||||
. build/unix/build.config
|
||||
|
||||
if [ $# -lt 2 ]; then
|
||||
build_check_config
|
||||
build_check_dependencies
|
||||
@@ -108,6 +111,10 @@ case "$2" in
|
||||
;;
|
||||
config)
|
||||
build_config
|
||||
build_process_config
|
||||
;;
|
||||
reprocess_config)
|
||||
build_reconfig
|
||||
;;
|
||||
depend)
|
||||
build_check_config
|
||||
@@ -125,3 +132,4 @@ case "$2" in
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user