From 9187323400d87269bbc8dc5bebc8ff576beba963 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 24 Jun 2007 14:42:47 +0000 Subject: [PATCH] * changed build to pass DESTDIR, DEST_DIR, INSTROOT and INSTALLROOT not only to make install but also to plan make during the cross stage. Also added INSTALL_PREFIX to the list git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21427 10447126-35f2-4685-b0cf-6dd780d3921f --- lib/functions.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/functions.in b/lib/functions.in index 8ab5a6b..e53824f 100644 --- a/lib/functions.in +++ b/lib/functions.in @@ -1148,11 +1148,11 @@ init_vars_and_hooks() fi if atstage cross; then - makeinstopt="$makeopt"' DESTDIR="$root" DEST_DIR="$root"' - makeinstopt="$makeinstopt"' INSTROOT="$root" INSTALLROOT="$root" install' - else - makeinstopt="$makeopt"' install' + makeopt="$makeopt"' INSTALL_PREFIX="$root"' + makeopt="$makeopt"' DESTDIR="$root" DEST_DIR="$root"' + makeopt="$makeopt"' INSTROOT="$root" INSTALLROOT="$root"' fi + makeinstopt="$makeopt"' install' custmain="" buildloop=1 buildloops=1