.endif
buildworld1 buildworld2:
- cd ${.CURDIR}/..; ${WORLD_CCVER:C/^..*$/CCVER=/}${WORLD_CCVER} make ${WITH_INSTALLER:C/^/-DWANT_INSTALLER/} ${.TARGET:C/build(.*)2/quick\1/:C/1//}
+ cd ${.CURDIR}/..; ${WORLD_CCVER:C/^..*$/WORLD_CCVER=/}${WORLD_CCVER} make ${WITH_INSTALLER:C/^/-DWANT_INSTALLER/} ${.TARGET:C/build(.*)2/quick\1/:C/1//}
buildkernel1 buildkernel2:
.if make(gui)
cd ${.CURDIR}/..; \
for kernconf in ${KERNCONF}; do \
- ${KERNEL_CCVER:C/^..*$/CCVER=/}${KERNEL_CCVER} \
+ ${WORLD_CCVER:C/^..*$/WORLD_CCVER=/}${WORLD_CCVER} \
make ${.TARGET:C/build(.*)2/quick\1/:C/1//} \
KERNCONF=$${kernconf} KERNCONFDIR=${.CURDIR}/gui/root; \
done
cd ${.CURDIR}/..; \
first=; \
for kernconf in ${KERNCONF}; do \
- ${KERNEL_CCVER:C/^..*$/CCVER=/}${KERNEL_CCVER} \
+ ${WORLD_CCVER:C/^..*$/WORLD_CCVER=/}${WORLD_CCVER} \
make ${.TARGET:C/build(.*)2/quick\1/:C/1//} \
KERNCONF=$${kernconf} \
$${first:+-DNO_MODULES}; \