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

ulab-original
Jay Sorg 13 years ago
parent b124612675
commit 74abdae6ad

@ -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

Loading…
Cancel
Save