xorg: change buildx.sh parameter, added drop for debugging builds

This commit is contained in:
Jay Sorg 2012-03-29 11:52:51 -07:00
parent b124612675
commit 74abdae6ad

View File

@ -251,6 +251,7 @@ if [ $# -lt 1 ]; then
echo "usage: build.sh <installation dir>" echo "usage: build.sh <installation dir>"
echo "usage: build.sh <clean>" echo "usage: build.sh <clean>"
echo "usage: build.sh default" echo "usage: build.sh default"
echo "usage: build.sh <installation dir> drop - set env and run bash in rdp dir"
echo "" echo ""
exit 1 exit 1
fi fi
@ -346,9 +347,8 @@ export X11RDPBASE
cd rdp cd rdp
make make
if [ $? -ne 0 ]; then if [ "$2" = "drop" ]; then
echo "" echo ""
echo "X11rdp make failed"
echo "dropping you in dir, type exit to get out" echo "dropping you in dir, type exit to get out"
bash bash
exit 1 exit 1