Deleted Added
full compact
Makefile.inc1 (251689) Makefile.inc1 (251750)
1#
1#
2# $FreeBSD: head/Makefile.inc1 251689 2013-06-13 18:26:04Z brooks $
2# $FreeBSD: head/Makefile.inc1 251750 2013-06-14 16:30:11Z sjg $
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

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

1885 ../../../../usr/bin/${XDDIR}-$$i; \
1886 ln -sf ../../${XDTP}/usr/bin/$$i \
1887 ../../../../usr/bin/${XDDIR}${OSREL}-$$i; \
1888 done
1889.else
1890xdev xdev-build xdev-install:
1891 @echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target"
1892.endif
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

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

1885 ../../../../usr/bin/${XDDIR}-$$i; \
1886 ln -sf ../../${XDTP}/usr/bin/$$i \
1887 ../../../../usr/bin/${XDDIR}${OSREL}-$$i; \
1888 done
1889.else
1890xdev xdev-build xdev-install:
1891 @echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target"
1892.endif
1893
1894buildkernel ${WMAKE_TGTS} ${.ALLTARGETS:M_*}: .MAKE