Fix distclean (bug #905).
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2604 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -55,6 +55,9 @@ if [ $# -lt 1 ]; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Load the configuration functions
|
||||||
|
. build/unix/build.config
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
cleanall)
|
cleanall)
|
||||||
build_cleanall
|
build_cleanall
|
||||||
@@ -87,9 +90,6 @@ export "${BUILD_PROJECT}_CFLAGS" "${BUILD_PROJECT}_LDFLAGS"
|
|||||||
eval ${BUILD_PROJECT}_OBJS=\${${BUILD_PROJECT}_OBJS%/}/
|
eval ${BUILD_PROJECT}_OBJS=\${${BUILD_PROJECT}_OBJS%/}/
|
||||||
export "${BUILD_PROJECT}_OBJS"
|
export "${BUILD_PROJECT}_OBJS"
|
||||||
|
|
||||||
# Load the configuration functions
|
|
||||||
. build/unix/build.config
|
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
build_check_config
|
build_check_config
|
||||||
build_check_dependencies
|
build_check_dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user