Source-Changes-HG archive

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

[src/trunk]: src/tools Do not build tic more than once



details:   https://anonhg.NetBSD.org/src/rev/db81f9a83e76
branches:  trunk
changeset: 770936:db81f9a83e76
user:      njoly <njoly%NetBSD.org@localhost>
date:      Wed Nov 02 23:47:07 2011 +0000

description:
Do not build tic more than once

diffstat:

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

diffs (18 lines):

diff -r b68b1f8edad3 -r db81f9a83e76 tools/Makefile
--- a/tools/Makefile    Wed Nov 02 23:19:48 2011 +0000
+++ b/tools/Makefile    Wed Nov 02 23:47:07 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.153 2011/11/02 20:36:41 christos Exp $
+#      $NetBSD: Makefile,v 1.154 2011/11/02 23:47:07 njoly Exp $
 
 .include <bsd.own.mk>
 
@@ -65,7 +65,7 @@
                .WAIT paxctl \
                .WAIT fdisk \
                .WAIT installboot \
-               pwd_mkdb stat strfile sunlabel zic tic
+               pwd_mkdb stat strfile sunlabel zic
 
 .if ${MKLLVM} != "no"
 SUBDIR+= \



Home | Main Index | Thread Index | Old Index