config/path: get rid of MAKEINSTALL

This commit is contained in:
MilhouseVH 2019-02-08 17:17:43 +00:00
parent d46b8f14aa
commit fb7bfa02f9
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,6 @@ INSTALL_INIT=$BUILD/image/initramfs/root-image
. config/sources
MAKE="$TOOLCHAIN/bin/make"
MAKEINSTALL="$TOOLCHAIN/bin/make -j1 DESTDIR=$SYSROOT_PREFIX install"
XORG_PATH_DRI=/usr/lib/dri
XORG_PATH_XKB=/usr/share/X11/xkb

View File

@ -385,7 +385,7 @@ else
# make based builds
"configure:target"|"cmake-make:target"|"autotools:target"|"make:target")
$MAKEINSTALL $PKG_MAKEINSTALL_OPTS_TARGET
make install DESTDIR=$SYSROOT_PREFIX -j1 $PKG_MAKEINSTALL_OPTS_TARGET
make install DESTDIR=$INSTALL $PKG_MAKEINSTALL_OPTS_TARGET
;;
"configure:host"|"cmake-make:host"|"autotools:host"|"make:host")