Source-Changes-HG archive

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

[src/trunk]: src/tools build genassym for TOOLS_BUILDRUMP



details:   https://anonhg.NetBSD.org/src/rev/0462d64fa3f9
branches:  trunk
changeset: 334745:0462d64fa3f9
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Dec 05 01:50:47 2014 +0000

description:
build genassym for TOOLS_BUILDRUMP

diffstat:

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

diffs (21 lines):

diff -r 16c05b1d1372 -r 0462d64fa3f9 tools/Makefile
--- a/tools/Makefile    Fri Dec 05 01:49:51 2014 +0000
+++ b/tools/Makefile    Fri Dec 05 01:50:47 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.178 2014/09/30 19:38:25 christos Exp $
+#      $NetBSD: Makefile,v 1.179 2014/12/05 01:50:47 pooka Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -95,9 +95,9 @@
 # See above for special treatment for host-mkdep, compat, and binstall.
 #
 SUBDIR=        host-mkdep compat binstall \
-       .WAIT mktemp .WAIT sed .WAIT
+       .WAIT mktemp .WAIT sed .WAIT genassym
 .if ${TOOLS_BUILDRUMP} == "no"
-SUBDIR+= cap_mkdb crunchgen ctags genassym gencat hexdump \
+SUBDIR+= cap_mkdb crunchgen ctags gencat hexdump \
                ${LINT_BITS} \
                makewhatis mtree nbperf .WAIT uudecode
 .endif



Home | Main Index | Thread Index | Old Index