Source-Changes-HG archive

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

[src/trunk]: src/share/mk XXX: use only thread for ctfmerge



details:   https://anonhg.NetBSD.org/src/rev/548b7622757d
branches:  trunk
changeset: 327507:548b7622757d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 09 19:10:01 2014 +0000

description:
XXX: use only thread for ctfmerge

diffstat:

 share/mk/sys.mk |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r dd083f010057 -r 548b7622757d share/mk/sys.mk
--- a/share/mk/sys.mk   Sun Mar 09 18:12:57 2014 +0000
+++ b/share/mk/sys.mk   Sun Mar 09 19:10:01 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sys.mk,v 1.121 2014/03/09 18:01:06 christos Exp $
+#      $NetBSD: sys.mk,v 1.122 2014/03/09 19:10:01 christos Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 #
 # This file contains the basic rules for make(1) and is read first
@@ -44,10 +44,8 @@
 
 # C Type Format data is required for DTrace
 CTFFLAGS       ?=      -g -L VERSION
-CTFMFLAGS      ?=      -g -t -L VERSION
-# XXX: Avoid deadlock in threads
-CTFMERGE_MAX_SLOTS=1
-.export CFTMERGE_MAX_SLOTS
+# Use only one thread for now.
+CTFMFLAGS      ?=      -S 1 -g -t -L VERSION
 
 # We have to define these here, because if we don't the rules below will
 # not work



Home | Main Index | Thread Index | Old Index