aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-11-28 11:03:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-11-28 11:03:59 +0000
commitd72ae1eab43b52639492aab59c341e138073f027 (patch)
tree6503d8f17cf97dfd6f86f81da691725048c08be2 /Makefile
parent671448d87e5bda09a1c9d08256c3ed25eb4655b3 (diff)
downloadsrc-d72ae1eab43b52639492aab59c341e138073f027.tar.gz
src-d72ae1eab43b52639492aab59c341e138073f027.zip
universe: don't attempt to compile DEFAULTS and don't compile LINT twice.
Notes
Notes: svn path=/head/; revision=152879
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c473b6998fc8..6e6306af275a 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