changeset 338:01b25c2cf04d

Less verbose name that doesn't interfere with tab completion of build.sh.
author Rob Landley <rob@landley.net>
date Fri, 30 May 2008 13:19:37 -0500
parents 7d996cbcc4ac
children 82e8b8e38dd2
files build-under-emulator.sh emulator-build.sh
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- /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"