diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-16 19:07:21 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-16 19:07:21 +0000 |
commit | 95d3d1ecc8d57933e3dfad6a4894c90a318985d1 (patch) | |
tree | cd8ea09ef363ed5c2f11e29dd47dee17013ff1fc /tests | |
parent | 65cb8b76306969313e303fb4f2488fe3bb388ce4 (diff) | |
download | busybox-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-x | tests/multibuild.pl | 1 |
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 ""); |
22 | make_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; |