aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-16 19:07:21 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-16 19:07:21 +0000
commit95d3d1ecc8d57933e3dfad6a4894c90a318985d1 (patch)
treecd8ea09ef363ed5c2f11e29dd47dee17013ff1fc /tests
parent65cb8b76306969313e303fb4f2488fe3bb388ce4 (diff)
downloadbusybox-w32-95d3d1ecc8d57933e3dfad6a4894c90a318985d1.tar.gz
busybox-w32-95d3d1ecc8d57933e3dfad6a4894c90a318985d1.tar.bz2
busybox-w32-95d3d1ecc8d57933e3dfad6a4894c90a318985d1.zip
Revert multibuild.pl change.
git-svn-id: svn://busybox.net/trunk/busybox@1838 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rwxr-xr-xtests/multibuild.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/multibuild.pl b/tests/multibuild.pl
index 46d52ab56..858da360f 100755
--- a/tests/multibuild.pl
+++ b/tests/multibuild.pl
@@ -19,7 +19,6 @@ if ($ARGV[0] eq "-none") { shift(@ARGV); $choice="none"; }
19 19
20# Support building from pristine source 20# Support building from pristine source
21$make_opt = "-f $ARGV[0]/Makefile BB_SRC_DIR=$ARGV[0]" if ($ARGV[0] ne ""); 21$make_opt = "-f $ARGV[0]/Makefile BB_SRC_DIR=$ARGV[0]" if ($ARGV[0] ne "");
22make_opt .= " CROSS=arm-linux-";
23 22
24# Move the config file to a safe place 23# Move the config file to a safe place
25-e "Config.h.orig" || 0==system("mv -f Config.h Config.h.orig") || die; 24-e "Config.h.orig" || 0==system("mv -f Config.h Config.h.orig") || die;