From fb7bfa02f9f719e4554e2832ba6ac102cb2567e8 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 8 Feb 2019 17:17:43 +0000 Subject: [PATCH] config/path: get rid of MAKEINSTALL --- config/path | 1 - scripts/build | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/path b/config/path index 134f7ca15a..fd0dddc544 100644 --- a/config/path +++ b/config/path @@ -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 diff --git a/scripts/build b/scripts/build index 1d240b2a12..1746d8795b 100755 --- a/scripts/build +++ b/scripts/build @@ -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")