tools: Finally a proper autoconf build?
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
71d1084be2
commit
6761b3fcaf
@ -5,7 +5,7 @@ export LUNA_BASE=${LUNA_BASE:-$LUNA_ROOT/base}
|
|||||||
[ -f "$LUNA_ROOT/env-local.sh" ] && source $LUNA_ROOT/env-local.sh
|
[ -f "$LUNA_ROOT/env-local.sh" ] && source $LUNA_ROOT/env-local.sh
|
||||||
|
|
||||||
export LUNA_ARCH=${LUNA_ARCH:-x86_64}
|
export LUNA_ARCH=${LUNA_ARCH:-x86_64}
|
||||||
export PATH=$LUNA_ROOT/toolchain/$LUNA_ARCH-luna/bin:$LUNA_ROOT/toolchain/dist:$LUNA_ROOT/tools/exec/:$PATH
|
export PATH=$LUNA_ROOT/toolchain/$LUNA_ARCH-luna/bin:$LUNA_ROOT/toolchain/dist:$LUNA_ROOT/toolchain/bin:$LUNA_ROOT/tools/exec/:$PATH
|
||||||
|
|
||||||
if [ "$USE_MAKE" = "1" ]
|
if [ "$USE_MAKE" = "1" ]
|
||||||
then
|
then
|
||||||
|
@ -35,9 +35,6 @@ unset AR
|
|||||||
|
|
||||||
echo "Building autoconf (precisely version 2.69)..."
|
echo "Building autoconf (precisely version 2.69)..."
|
||||||
|
|
||||||
../autoconf-$AUTOCONF_VERSION/configure --prefix="/"
|
../autoconf-$AUTOCONF_VERSION/configure --prefix=$LUNA_ROOT/toolchain
|
||||||
make
|
make
|
||||||
DESTDIR=$LUNA_ROOT/toolchain/dist make install
|
make install
|
||||||
|
|
||||||
cd $LUNA_ROOT
|
|
||||||
mv toolchain/dist/bin/* toolchain/dist
|
|
||||||
|
Loading…
Reference in New Issue
Block a user