summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-12-27 15:07:51 +0000
committerbz <bz@FreeBSD.org>2008-12-27 15:07:51 +0000
commit455856ff06a7b8d70673331da8d822c236048b4e (patch)
tree74475bb71945113cd82e27b30272c57d194b8916 /Makefile
parentb2b0c73e7c8c78b46575d052e3376c655bb3b8e5 (diff)
downloadFreeBSD-src-455856ff06a7b8d70673331da8d822c236048b4e.zip
FreeBSD-src-455856ff06a7b8d70673331da8d822c236048b4e.tar.gz
Permit digits at the beginning and end of kernel config file names for
`make universe'. This catches a few more arm and, once enabled, mips configs and permits having local configs named like NOINET6. Reviewed by: phk MFC after: 4 weeks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7305ba7..bd9a5f2 100644
--- a/Makefile
+++ b/Makefile
@@ -298,7 +298,7 @@ universe_prologue:
.endif
.for target in ${TARGETS}
KERNCONFS!= cd ${.CURDIR}/sys/${target}/conf && \
- find [A-Z]*[A-Z] -type f -maxdepth 0 \
+ find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \
! -name DEFAULTS ! -name LINT
KERNCONFS:= ${KERNCONFS:S/^NOTES$/LINT/}
universe: universe_${target}
OpenPOWER on IntegriCloud