bmake: fix cross-build.
This commit is contained in:
@@ -12,6 +12,7 @@ checksum=31460211253921689df6ce7cd177a983d3a97df8df934b006a2bcee0919eb3ea
|
|||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd bmake
|
cd bmake
|
||||||
|
sed -i '1s,:,#!/bin/sh,g' install-sh
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
mkdir -p bmake-host
|
mkdir -p bmake-host
|
||||||
cd bmake-host
|
cd bmake-host
|
||||||
@@ -20,7 +21,6 @@ do_configure() {
|
|||||||
../boot-strap op=build
|
../boot-strap op=build
|
||||||
cp linux*-*/bmake .
|
cp linux*-*/bmake .
|
||||||
fi
|
fi
|
||||||
sed -i '1s,:,#!/bin/sh,g' install-sh
|
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
mkdir -p bmake/bmake-build
|
mkdir -p bmake/bmake-build
|
||||||
|
|||||||
Reference in New Issue
Block a user