Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree if MKCOMPAT != "no", don't include the MD files fo...



details:   https://anonhg.NetBSD.org/src/rev/168310ab9806
branches:  trunk
changeset: 759460:168310ab9806
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Dec 10 07:17:00 2010 +0000

description:
if MKCOMPAT != "no", don't include the MD files for now -- they're only
used for compat right now.  we should fix this better later.

diffstat:

 etc/mtree/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 2cb920c55bdd -r 168310ab9806 etc/mtree/Makefile
--- a/etc/mtree/Makefile        Fri Dec 10 02:06:22 2010 +0000
+++ b/etc/mtree/Makefile        Fri Dec 10 07:17:00 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2010/12/08 23:56:02 njoly Exp $
+#      $NetBSD: Makefile,v 1.19 2010/12/10 07:17:00 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -10,9 +10,13 @@
 . endif
 .endif
 
+# XXX these are only used by compat currently, but they could be used
+# by something else; this may need to be fixed properly in the future.
+.if ${MKCOMPAT} != "no"
 .if exists(NetBSD.dist.${MACHINE_ARCH})
 EXTRA_DIST_FILES+=     ${.CURDIR}/NetBSD.dist.${MACHINE_ARCH}
 .endif
+.endif
 
 .if ${MKATF} != "no"
 EXTRA_DIST_FILES+=     ${.CURDIR}/NetBSD.dist.tests



Home | Main Index | Thread Index | Old Index