Print this page
10051 cw(1) shouldn't have to translate -g

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/udapl/udapl_tavor/Makefile.com
          +++ new/usr/src/lib/udapl/udapl_tavor/Makefile.com
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  #
  25   25  
  26      -LIBRARY=        udapl_tavor.a 
  27      -VERS=           .1 
       26 +LIBRARY=        udapl_tavor.a
       27 +VERS=           .1
  28   28  
  29   29  LOCOBJS =       \
  30   30          dapl_cno_create.o \
  31   31          dapl_cno_free.o \
  32   32          dapl_cno_modify_agent.o \
  33   33          dapl_cno_query.o \
  34   34          dapl_cno_util.o \
  35   35          dapl_cno_wait.o \
  36   36          dapl_cookie.o \
  37   37          dapl_cr_accept.o \
↓ open down ↓ 94 lines elided ↑ open up ↑
 132  132  include $(SRC)/lib/Makefile.lib
 133  133  
 134  134  LIBS =          $(DYNLIB)
 135  135  LDLIBS +=       -ldevinfo -lsocket -lnsl -ldat -lc -ldladm
 136  136  
 137  137  SRCDIR =        ../common
 138  138  TAVORSRCDIR =   ../tavor
 139  139  
 140  140  SRCS = $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(TAVOROBJS:%.o=$(TAVORSRCDIR)/%.c)
 141  141  
 142      -CPPFLAGS +=     -I$(SRC)/lib/udapl/udapl_tavor/include 
      142 +CPPFLAGS +=     -I$(SRC)/lib/udapl/udapl_tavor/include
 143  143  CPPFLAGS +=     -I$(SRC)/lib/udapl/udapl_tavor/tavor
 144  144  CPPFLAGS +=     -I$(SRC)/uts/common/sys/ib/clients/daplt
 145  145  CPPFLAGS +=     -I$(SRC)/uts/common
 146  146  CPPFLAGS +=     -I$(SRC)/uts/common/sys/ib/clients
 147  147  CFLAGS +=       $(CCVERBOSE)
 148  148  LINTFLAGS +=    -DDAPL_DBG
 149  149  LINTFLAGS64 +=  -DDAPL_DBG
 150  150  
 151  151  CERRWARN +=     -_gcc=-Wno-parentheses
 152  152  CERRWARN +=     -_gcc=-Wno-uninitialized
 153  153  CERRWARN +=     -_gcc=-Wno-switch
 154  154  
 155  155  $(NOT_RELEASE_BUILD)CPPFLAGS += -DDAPL_DBG
 156      -debug := COPTFLAG = -g
 157      -debug := COPTFLAG64 = -g
 158  156  
 159  157  .KEEP_STATE:
 160  158  
 161  159  all: $(LIBS)
 162  160  
 163  161  debug: all
 164  162  
 165  163  lint: lintcheck
 166  164  
 167  165  pics/%.o: $(TAVORSRCDIR)/%.c
 168  166          $(COMPILE.c) -o $@ $<
 169  167          $(POST_PROCESS_O)
 170  168  
 171  169  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX