diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-12-24 04:55:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-12-24 04:55:56 +0000 |
| commit | 5f523ccd1c48b0414da5c131b823351a255e7ecf (patch) | |
| tree | 4635f9c6a30dab885c691b47d0d4be78d94320e0 /Makefile | |
| parent | 72497ecf7e0e33406841b9b7b3345c84c5337796 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -350,8 +350,8 @@ KERNCONFS!= cd ${.CURDIR}/sys/${TARGET}/conf && \ universe_kernconfs: .for kernel in ${KERNCONFS} TARGET_ARCH_${kernel}!= cd ${.CURDIR}/sys/${TARGET}/conf && \ - config -m ${.CURDIR}/sys/${TARGET}/conf/${kernel} | \ - cut -f 2 + config -m ${.CURDIR}/sys/${TARGET}/conf/${kernel} 2> /dev/null | \ + cut -f 2 universe_kernconfs: universe_kernconf_${TARGET}_${kernel} universe_kernconf_${TARGET}_${kernel}: @(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \ |
