Module Name: src Committed By: mrg Date: Mon Dec 21 20:57:36 UTC 2009
Modified Files: src/tools: Makefile Log Message: move the build of pax before libelf. fixes my build of tools/libelf, though i didn't look to see why libelf needs pax. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/Makefile diff -u src/tools/Makefile:1.130 src/tools/Makefile:1.131 --- src/tools/Makefile:1.130 Mon Dec 21 18:21:17 2009 +++ src/tools/Makefile Mon Dec 21 20:57:36 2009 @@ -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 \