Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Fix build, "pax" must be built before "libprop".
details: https://anonhg.NetBSD.org/src/rev/d24d597fddb3
branches: trunk
changeset: 451128:d24d597fddb3
user: hannken <hannken%NetBSD.org@localhost>
date: Tue May 07 10:22:54 2019 +0000
description:
Fix build, "pax" must be built before "libprop".
Ok: Matthew Green mrg@
diffstat:
tools/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 88b0f6c7cb4d -r d24d597fddb3 tools/Makefile
--- a/tools/Makefile Tue May 07 08:51:09 2019 +0000
+++ b/tools/Makefile Tue May 07 10:22:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202 2019/05/07 04:29:45 thorpej Exp $
+# $NetBSD: Makefile,v 1.203 2019/05/07 10:22:54 hannken Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -101,12 +101,11 @@
.endif
SUBDIR+= cat rpcgen join lorder m4 mkdep tsort xz-include .WAIT yacc .WAIT awk .WAIT lex
-SUBDIR+= grep xz-lib libprop
+SUBDIR+= grep xz-lib pax .WAIT libprop
.if ${TOOLS_BUILDRUMP} == "no"
SUBDIR += .WAIT texinfo \
.WAIT tic \
- .WAIT pax \
.WAIT ${TOOLCHAIN_BITS} \
${DTRACE_BITS} \
asn1_compile cksum compile_et db \
Home |
Main Index |
Thread Index |
Old Index