From 208069ffa89bb623bf655604c2b85ec2685abeab Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 28 Nov 2005 11:14:36 +0000 Subject: Fix a bug in previous revision: skip LINT if it exists, not NOTES (the source for LINT), as I initially intended. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e6306a..e7b62fd 100644 --- a/Makefile +++ b/Makefile @@ -270,7 +270,7 @@ universe_prologue: .for mach in ${target:C/^.*://} KERNCONFS!= cd ${.CURDIR}/sys/${mach}/conf && \ find [A-Z]*[A-Z] -type f -maxdepth 0 \ - ! -name DEFAULTS ! -name NOTES + ! -name DEFAULTS ! -name LINT KERNCONFS:= ${KERNCONFS:S/^NOTES$/LINT/} universe: universe_${mach} .ORDER: universe_prologue universe_${mach} universe_epilogue -- cgit v1.1