# HG changeset patch # User Rob Landley # Date 1212171577 18000 # Node ID 01b25c2cf04d793af83d6b43ec4aebe06083a67d # Parent 7d996cbcc4ac0a76ef5b683c9b6c911a7353ed03 Less verbose name that doesn't interfere with tab completion of build.sh. diff -r 7d996cbcc4ac -r 01b25c2cf04d build-under-emulator.sh --- a/build-under-emulator.sh Wed May 28 16:15:59 2008 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -#!/bin/bash - -source include.sh - -cd "${BUILD}/system-image-$ARCH" && -PATH="$HOSTTOOLS:$PATH" ./run-with-distcc.sh "$CROSS" diff -r 7d996cbcc4ac -r 01b25c2cf04d emulator-build.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emulator-build.sh Fri May 30 13:19:37 2008 -0500 @@ -0,0 +1,6 @@ +#!/bin/bash + +source include.sh + +cd "${BUILD}/system-image-$ARCH" && +PATH="$HOSTTOOLS:$PATH" ./run-with-distcc.sh "$CROSS"