mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
crtls: Use exported make
Without this, when building on platforms where 'make' is not GNU Make, building crtls will fail. The Makefiles used to build crtls depend on GNU Make and will not work on e.g. BSD Make.
This commit is contained in:
parent
78eb432d11
commit
d3d636cb54
|
|
@ -12,4 +12,4 @@ cd $BUILDDIR
|
|||
|
||||
tar -xvf $SRCDIR/devkita64-rules-$DKA64_RULES_VER.tar.gz
|
||||
cd devkita64-rules-$DKA64_RULES_VER
|
||||
make install
|
||||
$MAKE install
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ cd $BUILDDIR
|
|||
|
||||
tar -xvf $SRCDIR/devkitarm-rules-$DKARM_RULES_VER.tar.gz
|
||||
cd devkitarm-rules-$DKARM_RULES_VER
|
||||
make install
|
||||
$MAKE install
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Install and build the crt0 files
|
||||
|
|
@ -22,5 +22,5 @@ cd $BUILDDIR
|
|||
|
||||
tar -xvf $SRCDIR/devkitarm-crtls-$DKARM_CRTLS_VER.tar.gz
|
||||
cd devkitarm-crtls-$DKARM_CRTLS_VER
|
||||
make install
|
||||
$MAKE install
|
||||
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ cd $BUILDDIR
|
|||
|
||||
tar -xvf $SRCDIR/devkitppc-rules-$DKPPC_RULES_VER.tar.gz
|
||||
cd devkitppc-rules-$DKPPC_RULES_VER
|
||||
make install
|
||||
$MAKE install
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user