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:
@@ -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
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd ..
|
||||
. b $*
|
||||
cd -
|
||||
|
Reference in New Issue
Block a user