Searched refs:WORLDDIR (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/release/
H A DMakefile15 # WORLDDIR: location of src tree -- must have built world and default kernel
29 WORLDDIR?= ${.CURDIR}/.. macro
114 cd ${WORLDDIR} && ${IMAKE} distributeworld DISTDIR=${.OBJDIR}/${DISTDIR}
116 sh ${.CURDIR}/scripts/mm-mtree.sh -m ${WORLDDIR} -F \
119 -s ${WORLDDIR} -d "${.OBJDIR}/${DISTDIR}/base/var/db/etcupdate"
121 cd ${WORLDDIR} && ${IMAKE} packageworld DISTDIR=${.OBJDIR}/${DISTDIR}
126 cd ${WORLDDIR} && ${IMAKE} distributekernel packagekernel DISTDIR=${.OBJDIR}/${DISTDIR}
131 ln -fs ${WORLDDIR} ${DISTDIR}/usr/src
156 cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
176 cd ${WORLDDIR}
[all...]

Completed in 91 milliseconds