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 <yaneurab...@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; \ _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"