[Midnightbsd-cvs] src [9345] trunk/etc/Makefile: Make an attempt to detect missing MTREE files in distrib-dirs.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 4 11:45:15 EST 2017
Revision: 9345
http://svnweb.midnightbsd.org/src/?rev=9345
Author: laffer1
Date: 2017-03-04 11:45:15 -0500 (Sat, 04 Mar 2017)
Log Message:
-----------
Make an attempt to detect missing MTREE files in distrib-dirs. Not
perfect, but this is just a developer seatbelt
Modified Paths:
--------------
trunk/etc/Makefile
Modified: trunk/etc/Makefile
===================================================================
--- trunk/etc/Makefile 2017-03-04 16:44:42 UTC (rev 9344)
+++ trunk/etc/Makefile 2017-03-04 16:45:15 UTC (rev 9345)
@@ -312,7 +312,7 @@
MTREES+= ../${mtree} /
.endfor
-distrib-dirs:
+distrib-dirs: ${MTREES:N/*}
@set ${MTREES}; \
while test $$# -ge 2; do \
m=${.CURDIR}/$$1; \
More information about the Midnightbsd-cvs
mailing list