Make an attempt to detect missing MTREE files in distrib-dirs. Not

perfect, but this is just a developer seatbelt.

PR:		conf/176897
Submitted by:	Garrett Cooper <yaneurabeya@gmail.com>
MFC after:	1 week
This commit is contained in:
Brooks Davis 2013-04-30 19:26:44 +00:00
parent c88b210b20
commit 8dccfa7cab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250116

View File

@ -328,7 +328,7 @@ MTREES+= mtree/BSD.sendmail.dist /
MTREES+= ../${mtree} /
.endfor
distrib-dirs:
distrib-dirs: ${MTREES:N/*}
@set ${MTREES}; \
while test $$# -ge 2; do \
m=${.CURDIR}/$$1; \