Deleted Added
full compact
Makefile.inc1 (116343) Makefile.inc1 (116679)
1#
1#
2# $FreeBSD: head/Makefile.inc1 116343 2003-06-14 17:50:13Z imp $
2# $FreeBSD: head/Makefile.inc1 116679 2003-06-22 10:01:03Z simokawa $
3#
4# Make command line options:
5# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
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# -DNOMAN do not build the manual pages
10# -DNOPROFILE do not build profiled libraries

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

533 @echo "--------------------------------------------------------------"
534.endfor
535
536#
537# installkernel
538#
539# Install the kernel defined by INSTALLKERNEL
540#
3#
4# Make command line options:
5# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
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# -DNOMAN do not build the manual pages
10# -DNOPROFILE do not build profiled libraries

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

533 @echo "--------------------------------------------------------------"
534.endfor
535
536#
537# installkernel
538#
539# Install the kernel defined by INSTALLKERNEL
540#
541installkernel reinstallkernel:
541installkernel reinstallkernel installkernel.debug reinstallkernel.debug:
542.if empty(INSTALLKERNEL)
543 @echo "ERROR: No kernel \"${KERNCONF}\" to install."
544 @false
545.endif
546 cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
547 ${CROSSENV} PATH=${TMPPATH} \
542.if empty(INSTALLKERNEL)
543 @echo "ERROR: No kernel \"${KERNCONF}\" to install."
544 @false
545.endif
546 cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
547 ${CROSSENV} PATH=${TMPPATH} \
548 ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel$//}
548 ${MAKE} KERNEL=${INSTKERNNAME} ${.TARGET:S/kernel//}
549
550#
551# update
552#
553# Update the source tree, by running sup and/or running cvs to update to the
554# latest copy.
555#
556update:

--- 316 unchanged lines hidden ---
549
550#
551# update
552#
553# Update the source tree, by running sup and/or running cvs to update to the
554# latest copy.
555#
556update:

--- 316 unchanged lines hidden ---