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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/stmfproxy/stmfproxy/Makefile
          +++ new/usr/src/cmd/stmfproxy/stmfproxy/Makefile
↓ open down ↓ 49 lines elided ↑ open up ↑
  50   50  #POFILES= $(OBJS:%.o=%.po)
  51   51  #POFILE= stmfproxy.po
  52   52  
  53   53  $(ROOTDEMODIR)/stmfproxy.xml    := FILEMODE = 0444
  54   54  
  55   55  
  56   56  CCVERBOSE       =
  57   57  LDLIBS += -lnsl -lstmf -lstmfproxy
  58   58  CPPFLAGS += -I. -I$(COMMONBASE)/cmdparse
  59   59  
  60      -# Uncomment the following to help with debugging
  61      -#CFLAGS += -g 
  62      -#i386_COPTFLAG=
  63      -#i386_CCOPTFLAG=
  64      -
  65   60  .KEEP_STATE:
  66   61  
  67   62  $(PROG): $(OBJS)
  68   63          $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  69   64          $(POST_PROCESS)
  70   65  
  71   66  LINTFLAGS += -erroff=E_FUNC_HAS_NO_RETURN_STMT
  72   67  LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN
  73   68  
  74   69  .PARALLEL: $(OBJS)
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX