From f97bcd3b193af4c29f6ae9a53301aa6a9a19400b Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 28 Nov 2005 11:03:59 +0000 Subject: universe: don't attempt to compile DEFAULTS and don't compile LINT twice. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c473b69..6e6306a 100644 --- a/Makefile +++ b/Makefile @@ -269,7 +269,8 @@ universe_prologue: .for arch in ${target:C/:.*$//} .for mach in ${target:C/^.*://} KERNCONFS!= cd ${.CURDIR}/sys/${mach}/conf && \ - find [A-Z]*[A-Z] -type f -maxdepth 0 + find [A-Z]*[A-Z] -type f -maxdepth 0 \ + ! -name DEFAULTS ! -name NOTES KERNCONFS:= ${KERNCONFS:S/^NOTES$/LINT/} universe: universe_${mach} .ORDER: universe_prologue universe_${mach} universe_epilogue -- cgit v1.1