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
|
# "i" --> install
|
||||||
elif [ "$1" = "i" ]; then
|
elif [ "$1" = "i" ]; then
|
||||||
shift
|
shift
|
||||||
CMD="$SETUP build $OTHERFLAGS install"
|
CMD="$SETUP $FLAGS $OTHERFLAGS install"
|
||||||
|
|
||||||
# "s" --> source dist
|
# "s" --> source dist
|
||||||
elif [ "$1" = "s" ]; then
|
elif [ "$1" = "s" ]; then
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
#!/bin/bash
|
|
||||||
cd ..
|
cd ..
|
||||||
. b $*
|
. b $*
|
||||||
cd -
|
cd -
|
||||||
|
Reference in New Issue
Block a user