summaryrefslogtreecommitdiffhomepage
path: root/204.psxscl.build
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-07 18:28:53 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-07 18:28:53 +0100
commit999fdc0521acf5f5cd532b494548486521834d76 (patch)
tree48713c978e86ed3061bbd3ba2a5786f81588786b /204.psxscl.build
parent75a203ce9044974fd5027654348c7a4414877e35 (diff)
downloadmidipix_build-999fdc0521acf5f5cd532b494548486521834d76.tar.bz2
midipix_build-999fdc0521acf5f5cd532b494548486521834d76.tar.xz
Followup to last commit.
Diffstat (limited to '204.psxscl.build')
-rw-r--r--204.psxscl.build19
1 files changed, 9 insertions, 10 deletions
diff --git a/204.psxscl.build b/204.psxscl.build
index 697ac861..3e479146 100644
--- a/204.psxscl.build
+++ b/204.psxscl.build
@@ -1,21 +1,19 @@
-# Order: dalist ntapi pemagine psxtypes psxscl ntctty
+# Order: psxtypes pemagine dalist ntapi psxscl ntcon ntctty
-parse_with_pkg_name ${2} \
- dalist ntapi ntctty pemagine psxscl psxtypes;
+parse_with_pkg_name ${2} \
+ dalist ntapi ntcon ntctty pemagine psxscl psxtypes;
if is_build_script_done finished; then
- exit 212;
+ exit 212;
else
fetch_git ${PKG_SUBDIR} ${PKG_URL};
set_build_dir ${PKG_SUBDIR} cross;
fi;
if ! is_build_script_done configured; then
rm_if_exists -m -c ${BUILD_DIR};
- ../${PKG_SUBDIR}/configure \
- --prefix=${PREFIX_NATIVE} \
- --host=${HOST_NATIVE} \
- --target=${TARGET} \
- --sysroot=/;
- set_build_script_done configured -built;
+ ../${PKG_SUBDIR}/configure \
+ --prefix=${PREFIX_NATIVE} \
+ --host=${HOST_NATIVE};
+ set_build_script_done configured -built;
else
cd ${BUILD_DIR};
fi;
@@ -25,6 +23,7 @@ if ! is_build_script_done built; then
fi;
if ! is_build_script_done installed; then
make ${MAKEFLAGS} install;
+ make ${MAKEFLAGS} DESTDIR=${PREFIX_NATIVE};
set_build_script_done installed finished;
fi;