Print this page
NEX-2787 Multiple comstar / fibre channel / qlt threads stuck waiting on locks with a spinning interrupt thread
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Approved by: Jean McCormack <jean.mccormack@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/Makefile.mdb
          +++ new/usr/src/cmd/mdb/Makefile.mdb
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  
  26   26  #
  27      -# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
       27 +# Copyright 2011, 2015 Nexenta Systems, Inc.  All rights reserved.
  28   28  # Copyright (c) 2012 by Delphix. All rights reserved.
  29   29  # Copyright (c) 2012 Joyent, Inc. All rights reserved.
  30   30  #
  31   31  
  32   32  .KEEP_STATE:
  33   33  .SUFFIXES:
  34   34  
  35   35  SRCS += \
  36   36          ffs.c \
       37 +        list.c \
  37   38          mdb.c \
  38   39          mdb_addrvec.c \
  39   40          mdb_argvec.c \
  40   41          mdb_callb.c \
  41   42          mdb_cmdbuf.c \
  42   43          mdb_cmds.c \
  43   44          mdb_conf.c \
  44   45          mdb_context.c \
  45   46          mdb_create.c \
  46   47          mdb_ctf.c \
↓ open down ↓ 115 lines elided ↑ open up ↑
 162  163          $(CTFCONVERT_O)
 163  164  
 164  165  %.o: ../../mdb/%.c
 165  166          $(COMPILE.c) $<
 166  167          $(CTFCONVERT_O)
 167  168  
 168  169  %.o: %.c
 169  170          $(COMPILE.c) $<
 170  171          $(CTFCONVERT_O)
 171  172  
      173 +%.o: $(SRC)/common/list/%.c
      174 +        $(COMPILE.c) $<
      175 +        $(CTFCONVERT_O)
      176 +
 172  177  %.o: $(SRC)/common/net/util/%.c
 173  178          $(COMPILE.c) $<
 174  179          $(CTFCONVERT_O)
 175  180  
 176  181  %.o: $(SRC)/common/util/%.c
 177  182          $(COMPILE.c) $<
 178  183          $(CTFCONVERT_O)
 179  184  
 180  185  clean.lint:
 181  186          $(RM) $(LINTFILES)
↓ open down ↓ 7 lines elided ↑ open up ↑
 189  194  
 190  195  %.ln: ../../../common/mdb/%.c
 191  196          $(LINT.c) -c $<
 192  197  
 193  198  %.ln: ../../mdb/%.c
 194  199          $(LINT.c) -c $<
 195  200  
 196  201  %.ln: %.c
 197  202          $(LINT.c) -c $<
 198  203  
      204 +%.ln: $(SRC)/common/list/%.c
      205 +        $(LINT.c) -c $<
      206 +
 199  207  %.ln: $(SRC)/common/net/util/%.c
 200  208          $(LINT.c) -c $<
 201  209  
 202  210  %.ln: $(SRC)/common/util/%.c
 203  211          $(LINT.c) -c $<
 204  212  
 205  213  lint: $(LINTFILES)
 206  214          $(LINT) $(LINTFLAGS) $(LINTFILES)
 207  215  
 208  216  dmods:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX