Source-Changes-HG archive

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

[src/trunk]: src/tools move sortinfo after pax



details:   https://anonhg.NetBSD.org/src/rev/4130f3d87402
branches:  trunk
changeset: 342369:4130f3d87402
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 19 01:10:31 2015 +0000

description:
move sortinfo after pax

diffstat:

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

diffs (28 lines):

diff -r 1ccea24b954f -r 4130f3d87402 tools/Makefile
--- a/tools/Makefile    Sat Dec 19 00:25:50 2015 +0000
+++ b/tools/Makefile    Sat Dec 19 01:10:31 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.183 2015/12/18 18:56:33 christos Exp $
+#      $NetBSD: Makefile,v 1.184 2015/12/19 01:10:31 christos Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -102,7 +102,7 @@
                makewhatis mtree nbperf .WAIT uudecode
 .endif
 
-SUBDIR+= cat rpcgen join lorder m4 mkdep sortinfo tsort .WAIT yacc .WAIT awk .WAIT lex
+SUBDIR+= cat rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
 
 .if ${TOOLS_BUILDRUMP} == "no"
 SUBDIR += .WAIT texinfo \
@@ -112,7 +112,8 @@
        ${DTRACE_BITS} \
                asn1_compile cksum compile_et db \
                file lint1 slc \
-               makefs .WAIT menuc mkcsmapper mkesdb mklocale mknod msgc \
+               makefs sortinfo \
+               .WAIT menuc mkcsmapper mkesdb mklocale mknod msgc \
                .WAIT disklabel gpt \
                .WAIT paxctl \
                .WAIT fdisk \



Home | Main Index | Thread Index | Old Index