aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-16 18:37:00 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-16 18:37:00 +0000
commit4489b78a050706ea6a8f4d729add35a5ea3c77db (patch)
tree3ff33e1d9dccec0c77c4ae6e4c03ac2273660511 /tests
parent6a630910402c3da8e86fd09b940fd1d7b94550c7 (diff)
downloadbusybox-w32-4489b78a050706ea6a8f4d729add35a5ea3c77db.tar.gz
busybox-w32-4489b78a050706ea6a8f4d729add35a5ea3c77db.tar.bz2
busybox-w32-4489b78a050706ea6a8f4d729add35a5ea3c77db.zip
Patch from Larry Doolittle to cross things in multibuild.pl
git-svn-id: svn://busybox.net/trunk/busybox@1835 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rwxr-xr-xtests/multibuild.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/multibuild.pl b/tests/multibuild.pl
index 858da360f..46d52ab56 100755
--- a/tests/multibuild.pl
+++ b/tests/multibuild.pl
@@ -19,6 +19,7 @@ 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-";
22 23
23# Move the config file to a safe place 24# Move the config file to a safe place
24-e "Config.h.orig" || 0==system("mv -f Config.h Config.h.orig") || die; 25-e "Config.h.orig" || 0==system("mv -f Config.h Config.h.orig") || die;