From c34ec3d7dad898b9f7f570f7d28f331bd6218335 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 29 Dec 1999 14:42:46 +0000 Subject: Allow the specification of a prefix for gcc to find all the various bits. If one wishes to anchor the compiler toolchain tree somewhere other than /, all one needs to do is set "TOOLS_PREFIX" to a different rooting. Submitted by: marcel (in a different format and reworked by me) --- Makefile.inc1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 3ae4653..f68c2a9 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -144,6 +144,7 @@ BOOTSTRAPENV= MAKEOBJDIRPREFIX=${WORLDTMP} \ DESTDIR=${WORLDTMP} \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ MACHINE_ARCH=${BUILD_ARCH} \ + TOOLS_PREFIX=${WORLDTMP} \ PATH=${TMPPATH} # Common environment for world related stages @@ -473,14 +474,10 @@ includes: cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall .if exists(${.CURDIR}/secure) && !defined(NOCRYPT) -.if exists(${.CURDIR}/secure/lib/libcrypto) cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall -.endif cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall -.if exists(${.CURDIR}/secure/lib/libssl) cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall .endif -.endif .if exists(${.CURDIR}/kerberosIV) && !defined(NOCRYPT) && \ defined(MAKE_KERBEROS4) cd ${.CURDIR}/kerberosIV/lib/libacl; ${MAKE} beforeinstall -- cgit v1.1