Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools build pax as a host tool, for -N and to work around bo...
details: https://anonhg.NetBSD.org/src/rev/22d906cd2927
branches: trunk
changeset: 521163:22d906cd2927
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Jan 25 05:01:17 2002 +0000
description:
build pax as a host tool, for -N and to work around borken vendor paxes
diffstat:
tools/Makefile | 4 ++--
tools/pax/Makefile | 6 ++++++
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r f79df3b5c00e -r 22d906cd2927 tools/Makefile
--- a/tools/Makefile Fri Jan 25 04:54:31 2002 +0000
+++ b/tools/Makefile Fri Jan 25 05:01:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2002/01/10 17:04:20 tv Exp $
+# $NetBSD: Makefile,v 1.30 2002/01/25 05:01:17 lukem Exp $
.include <bsd.own.mk>
@@ -18,7 +18,7 @@
groff \
lex .WAIT \
asn1_compile compile_et config lint1 msgc menuc makefs \
- mklocale pwd_mkdb zic
+ mklocale pax pwd_mkdb zic
.if ${MKMAINTAINERTOOLS:Uno} != "no"
SUBDIR+= m4 .WAIT autoconf
diff -r f79df3b5c00e -r 22d906cd2927 tools/pax/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/pax/Makefile Fri Jan 25 05:01:17 2002 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2002/01/25 05:01:17 lukem Exp $
+
+HOSTPROGNAME= nbpax
+HOST_SRCDIR= bin/pax
+
+.include "${.CURDIR}/../Makefile.host"
Home |
Main Index |
Thread Index |
Old Index