diff options
| author | John Birrell <jb@FreeBSD.org> | 2008-05-23 04:20:59 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2008-05-23 04:20:59 +0000 |
| commit | 139fb43de2ed794d3819c6fc6db7a8992ae00585 (patch) | |
| tree | 2f53a6482ca970ecfe0728e3550c09d167913aa1 /Makefile | |
| parent | 82c4945b5b9aaea2a756fc573d57bf37b8febcaf (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -290,12 +290,14 @@ KERNCONFS:= ${KERNCONFS:S/^NOTES$/LINT/} universe: universe_${target} .ORDER: universe_prologue universe_${target} universe_epilogue universe_${target}: +.if !defined(MAKE_JUST_KERNELS) @echo ">> ${target} started on `LC_ALL=C date`" -cd ${.CURDIR} && ${MAKE} ${JFLAG} buildworld \ TARGET=${target} \ __MAKE_CONF=/dev/null \ > _.${target}.buildworld 2>&1 @echo ">> ${target} buildworld completed on `LC_ALL=C date`" +.endif .if exists(${.CURDIR}/sys/${target}/conf/NOTES) -cd ${.CURDIR}/sys/${target}/conf && ${MAKE} LINT \ > ${.CURDIR}/_.${target}.makeLINT 2>&1 |
