mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
Revert multibuild.pl change.
This commit is contained in:
parent
ca0f458ada
commit
361ee514c6
@ -19,7 +19,6 @@ if ($ARGV[0] eq "-none") { shift(@ARGV); $choice="none"; }
|
|||||||
|
|
||||||
# Support building from pristine source
|
# Support building from pristine source
|
||||||
$make_opt = "-f $ARGV[0]/Makefile BB_SRC_DIR=$ARGV[0]" if ($ARGV[0] ne "");
|
$make_opt = "-f $ARGV[0]/Makefile BB_SRC_DIR=$ARGV[0]" if ($ARGV[0] ne "");
|
||||||
make_opt .= " CROSS=arm-linux-";
|
|
||||||
|
|
||||||
# Move the config file to a safe place
|
# Move the config file to a safe place
|
||||||
-e "Config.h.orig" || 0==system("mv -f Config.h Config.h.orig") || die;
|
-e "Config.h.orig" || 0==system("mv -f Config.h Config.h.orig") || die;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user