Minor updates to build scripts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-14 07:47:40 +00:00
parent 81b32ce522
commit 4b6f211eba
2 changed files with 1 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ elif [ "$1" = "t" ]; then
# "i" --> install
elif [ "$1" = "i" ]; then
shift
CMD="$SETUP build $OTHERFLAGS install"
CMD="$SETUP $FLAGS $OTHERFLAGS install"
# "s" --> source dist
elif [ "$1" = "s" ]; then

View File

@@ -1,4 +1,3 @@
#!/bin/bash
cd ..
. b $*
cd -