Deleted Added
full compact
Makefile.inc1 (42180) Makefile.inc1 (42181)
1#
1#
2# $Id: Makefile.inc1,v 1.51 1998/12/28 17:03:50 peter Exp $
2# $Id: Makefile.inc1,v 1.52 1998/12/30 11:26:24 bde Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_KERBEROS4 to build KerberosIV
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOTOOLS do not rebuild any tools first
10# -DNOCRYPT will prevent building of crypt versions

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

672.else
673_libm= lib/msun
674.endif
675
676.if !defined(NOPERL)
677_libperl= gnu/usr.bin/perl/libperl
678.endif
679
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_KERBEROS4 to build KerberosIV
7# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
8# -DNOCLEAN do not clean at all
9# -DNOTOOLS do not rebuild any tools first
10# -DNOCRYPT will prevent building of crypt versions

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

672.else
673_libm= lib/msun
674.endif
675
676.if !defined(NOPERL)
677_libperl= gnu/usr.bin/perl/libperl
678.endif
679
680# biosboot is not a library, but must be built before libdisk.
681.if exists(sys/${MACHINE}/boot/biosboot)
682_biosboot= sys/${MACHINE}/boot/biosboot
683.endif
684
685#
686# bootstrap-libraries - build just enough libraries for the bootstrap
687# tools, and install them under ${WORLDTMP}.
688#
689# Build csu and libgcc early so that some tools get linked to the new
690# versions (too late for the main tools, however). Then build the
691# necessary prerequisite libraries (libtermcap just needs to be before
692# libcurses, and this only matters for the NOCLEAN case when NOPIC is

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

716#
717# The ordering is not as special as for bootstrap-libraries. Build
718# the prerequisites first, then build almost everything else in
719# alphabetical order.
720#
721libraries:
722.for _lib in ${_csu} lib/libcom_err ${_libcrypt} ${_libm} lib/libmd \
723 lib/libmytinfo lib/libncurses lib/libtermcap \
680#
681# bootstrap-libraries - build just enough libraries for the bootstrap
682# tools, and install them under ${WORLDTMP}.
683#
684# Build csu and libgcc early so that some tools get linked to the new
685# versions (too late for the main tools, however). Then build the
686# necessary prerequisite libraries (libtermcap just needs to be before
687# libcurses, and this only matters for the NOCLEAN case when NOPIC is

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

711#
712# The ordering is not as special as for bootstrap-libraries. Build
713# the prerequisites first, then build almost everything else in
714# alphabetical order.
715#
716libraries:
717.for _lib in ${_csu} lib/libcom_err ${_libcrypt} ${_libm} lib/libmd \
718 lib/libmytinfo lib/libncurses lib/libtermcap \
724 lib/libradius lib/libskey lib/libtacplus ${_biosboot} \
719 lib/libradius lib/libskey lib/libtacplus \
725 ${_secure_lib} ${_kerberosIV_lib} \
726 gnu/lib gnu/usr.bin/cc/libgcc ${_libperl} lib usr.bin/lex/lib
727.if exists(${.CURDIR}/${_lib})
728 cd ${.CURDIR}/${_lib}; ${MAKE} all; ${MAKE} -B install
729.endif
730.endfor
731
732#

--- 246 unchanged lines hidden ---
720 ${_secure_lib} ${_kerberosIV_lib} \
721 gnu/lib gnu/usr.bin/cc/libgcc ${_libperl} lib usr.bin/lex/lib
722.if exists(${.CURDIR}/${_lib})
723 cd ${.CURDIR}/${_lib}; ${MAKE} all; ${MAKE} -B install
724.endif
725.endfor
726
727#

--- 246 unchanged lines hidden ---