Made the unix build scripts more portable. It will be necessary to

rerun './build.sh config' as build.vars.in has been modified.
Also fixed some small bugs in the redirection of text to /dev/null.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1413 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-10-02 08:41:04 +00:00
parent 22bdca4e4b
commit 1673aa70d3
8 changed files with 51 additions and 13 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ if [ -z "$TARGET" ]; then
exit 1
fi
BUILD_PROJECT="$TARGET"
export TARGET BUILD_PROJECT COMPILE MKDEPEND
export TARGET BUILD_PROJECT COMPILE MKDEPEND ECHON
export "${BUILD_PROJECT}_CFLAGS" "${BUILD_PROJECT}_LDFLAGS"
# Add trailing / from objs dir