Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/mtree An awk file is not a directory.
details: https://anonhg.NetBSD.org/src/rev/679f90868f3d
branches: trunk
changeset: 348922:679f90868f3d
user: matt <matt%NetBSD.org@localhost>
date: Tue Nov 15 22:31:07 2016 +0000
description:
An awk file is not a directory.
diffstat:
etc/mtree/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bfba7aca20e3 -r 679f90868f3d etc/mtree/Makefile
--- a/etc/mtree/Makefile Tue Nov 15 22:23:09 2016 +0000
+++ b/etc/mtree/Makefile Tue Nov 15 22:31:07 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2016/06/09 04:26:07 christos Exp $
+# $NetBSD: Makefile,v 1.36 2016/11/15 22:31:07 matt Exp $
.include <bsd.own.mk>
@@ -58,7 +58,7 @@
NetBSD.dist.tests.compat: NetBSD.dist.tests mkcompattree.awk
${MKCREATE}
- ${TOOL_AWK} -f ${.ALLSRC:M*.awk}/mkcompattree.awk \
+ ${TOOL_AWK} -f ${.ALLSRC:M*.awk} \
-v COMPATDIRS=${ARCHDIR_SUBDIR:T:Q} -v S="usr/tests" \
${.ALLSRC:M*.tests} > ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index