svn commit: r250417 - stable/9/etc
Brooks Davis
brooks at FreeBSD.org
Thu May 9 18:43:02 UTC 2013
Author: brooks
Date: Thu May 9 18:43:01 2013
New Revision: 250417
URL: http://svnweb.freebsd.org/changeset/base/250417
Log:
MFC r250116:
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 at gmail.com>
Modified:
stable/9/etc/Makefile
Directory Properties:
stable/9/etc/ (props changed)
Modified: stable/9/etc/Makefile
==============================================================================
--- stable/9/etc/Makefile Thu May 9 18:38:49 2013 (r250416)
+++ stable/9/etc/Makefile Thu May 9 18:43:01 2013 (r250417)
@@ -310,7 +310,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; \
More information about the svn-src-stable-9
mailing list