diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-16 19:07:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-16 19:07:21 +0000 |
commit | 361ee514c636b371a50554ab73a3bfd54a49804d (patch) | |
tree | cd8ea09ef363ed5c2f11e29dd47dee17013ff1fc | |
parent | ca0f458adaa46e447b809d96895761adb5ae660f (diff) | |
download | busybox-w32-361ee514c636b371a50554ab73a3bfd54a49804d.tar.gz busybox-w32-361ee514c636b371a50554ab73a3bfd54a49804d.tar.bz2 busybox-w32-361ee514c636b371a50554ab73a3bfd54a49804d.zip |
Revert multibuild.pl change.
-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; |