Source-Changes-HG archive

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

[src/trunk]: src/tools move the build of pax before libelf. fixes my build o...



details:   https://anonhg.NetBSD.org/src/rev/9adbea3936bf
branches:  trunk
changeset: 750240:9adbea3936bf
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 21 20:57:36 2009 +0000

description:
move the build of pax before libelf.  fixes my build of tools/libelf,
though i didn't look to see why libelf needs pax.

diffstat:

 tools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r d46db40dc1d8 -r 9adbea3936bf tools/Makefile
--- a/tools/Makefile    Mon Dec 21 20:57:31 2009 +0000
+++ b/tools/Makefile    Mon Dec 21 20:57:36 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.130 2009/12/21 18:21:17 thorpej Exp $
+#      $NetBSD: Makefile,v 1.131 2009/12/21 20:57:36 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -43,12 +43,12 @@
        yacc .WAIT \
        awk .WAIT \
        lex .WAIT \
+       pax .WAIT \
        libelf .WAIT \
        ${TOOLCHAIN_BITS} \
                asn1_compile atf-compile cat cksum compile_et config db \
                file lint1 \
                makefs menuc mkcsmapper mkesdb mklocale mknod msgc \
-               pax .WAIT \
                disklabel .WAIT \
                paxctl .WAIT \
                fdisk .WAIT \



Home | Main Index | Thread Index | Old Index