Browse Source

* 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
misl/sde-wrapper
Alejandro Mery 17 years ago
parent
commit
9187323400
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      lib/functions.in

+ 4
- 4
lib/functions.in

@ -1148,11 +1148,11 @@ init_vars_and_hooks()
fi fi
if atstage cross; then 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 fi
makeinstopt="$makeopt"' install'
custmain="" custmain=""
buildloop=1 buildloops=1 buildloop=1 buildloops=1

Loading…
Cancel
Save