Deleted Added
full compact
Makefile.inc1 (55218) Makefile.inc1 (55220)
1#
1#
2# $FreeBSD: head/Makefile.inc1 55218 1999-12-29 14:18:51Z kris $
2# $FreeBSD: head/Makefile.inc1 55220 1999-12-29 14:42:46Z obrien $
3#
4# Make command line options:
5# -DMAKE_KERBEROS4 to build KerberosIV
6# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
7# -DNOCLEAN do not clean at all
8# -DNOCRYPT will prevent building of crypt versions
9# -DNOPROFILE do not build profiled libraries
10# -DNOSECURE do not go into secure subdir

--- 128 unchanged lines hidden (view full) ---

139# This stage installs a previously built world.
140#
141
142# Common environment for bootstrap related stages
143BOOTSTRAPENV= MAKEOBJDIRPREFIX=${WORLDTMP} \
144 DESTDIR=${WORLDTMP} \
145 INSTALL="sh ${.CURDIR}/tools/install.sh" \
146 MACHINE_ARCH=${BUILD_ARCH} \
3#
4# Make command line options:
5# -DMAKE_KERBEROS4 to build KerberosIV
6# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
7# -DNOCLEAN do not clean at all
8# -DNOCRYPT will prevent building of crypt versions
9# -DNOPROFILE do not build profiled libraries
10# -DNOSECURE do not go into secure subdir

--- 128 unchanged lines hidden (view full) ---

139# This stage installs a previously built world.
140#
141
142# Common environment for bootstrap related stages
143BOOTSTRAPENV= MAKEOBJDIRPREFIX=${WORLDTMP} \
144 DESTDIR=${WORLDTMP} \
145 INSTALL="sh ${.CURDIR}/tools/install.sh" \
146 MACHINE_ARCH=${BUILD_ARCH} \
147 TOOLS_PREFIX=${WORLDTMP} \
147 PATH=${TMPPATH}
148
149# Common environment for world related stages
150CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \
151 COMPILER_PATH=${WORLDTMP}/usr/libexec:${WORLDTMP}/usr/bin \
152 LIBRARY_PATH=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib \
153 OBJFORMAT_PATH=${WORLDTMP}/usr/libexec \
154 PERL5LIB=${WORLDTMP}/usr/libdata/perl/5.00503

--- 313 unchanged lines hidden (view full) ---

468 cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall
469 cd ${.CURDIR}/gnu/lib/libreadline; ${MAKE} beforeinstall
470 cd ${.CURDIR}/gnu/lib/libregex; ${MAKE} beforeinstall
471 cd ${.CURDIR}/gnu/lib/libstdc++; ${MAKE} beforeinstall
472 cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall
473 cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall
474 cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
475.if exists(${.CURDIR}/secure) && !defined(NOCRYPT)
148 PATH=${TMPPATH}
149
150# Common environment for world related stages
151CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \
152 COMPILER_PATH=${WORLDTMP}/usr/libexec:${WORLDTMP}/usr/bin \
153 LIBRARY_PATH=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib \
154 OBJFORMAT_PATH=${WORLDTMP}/usr/libexec \
155 PERL5LIB=${WORLDTMP}/usr/libdata/perl/5.00503

--- 313 unchanged lines hidden (view full) ---

469 cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall
470 cd ${.CURDIR}/gnu/lib/libreadline; ${MAKE} beforeinstall
471 cd ${.CURDIR}/gnu/lib/libregex; ${MAKE} beforeinstall
472 cd ${.CURDIR}/gnu/lib/libstdc++; ${MAKE} beforeinstall
473 cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall
474 cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall
475 cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
476.if exists(${.CURDIR}/secure) && !defined(NOCRYPT)
476.if exists(${.CURDIR}/secure/lib/libcrypto)
477 cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
477 cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall
478.endif
479 cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
478 cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
480.if exists(${.CURDIR}/secure/lib/libssl)
481 cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
482.endif
479 cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall
480.endif
483.endif
484.if exists(${.CURDIR}/kerberosIV) && !defined(NOCRYPT) && \
485 defined(MAKE_KERBEROS4)
486 cd ${.CURDIR}/kerberosIV/lib/libacl; ${MAKE} beforeinstall
487 cd ${.CURDIR}/kerberosIV/lib/libkadm; ${MAKE} beforeinstall
488 cd ${.CURDIR}/kerberosIV/lib/libkafs; ${MAKE} beforeinstall
489 cd ${.CURDIR}/kerberosIV/lib/libkdb; ${MAKE} beforeinstall
490 cd ${.CURDIR}/kerberosIV/lib/libkrb; ${MAKE} beforeinstall
491 cd ${.CURDIR}/kerberosIV/lib/libtelnet; ${MAKE} beforeinstall

--- 129 unchanged lines hidden ---
481.if exists(${.CURDIR}/kerberosIV) && !defined(NOCRYPT) && \
482 defined(MAKE_KERBEROS4)
483 cd ${.CURDIR}/kerberosIV/lib/libacl; ${MAKE} beforeinstall
484 cd ${.CURDIR}/kerberosIV/lib/libkadm; ${MAKE} beforeinstall
485 cd ${.CURDIR}/kerberosIV/lib/libkafs; ${MAKE} beforeinstall
486 cd ${.CURDIR}/kerberosIV/lib/libkdb; ${MAKE} beforeinstall
487 cd ${.CURDIR}/kerberosIV/lib/libkrb; ${MAKE} beforeinstall
488 cd ${.CURDIR}/kerberosIV/lib/libtelnet; ${MAKE} beforeinstall

--- 129 unchanged lines hidden ---