Print this page
arcstat

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/stat/mpstat/Makefile
          +++ new/usr/src/cmd/stat/mpstat/Makefile
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  OBJS = mpstat.o
  28   28  SRCS =$(OBJS:%.o=%.c) $(COMMON_SRCS)
  29   29  
  30   30  include $(SRC)/cmd/Makefile.cmd
  31   31  include $(SRC)/cmd/stat/Makefile.stat
  32   32  
  33   33  LDLIBS += -ldevinfo -lkstat -lavl
  34   34  CFLAGS += $(CCVERBOSE) -I${STATCOMMONDIR}
  35   35  CERRWARN += -_gcc=-Wno-uninitialized
  36   36  CERRWARN += -_gcc=-Wno-switch
  37      -CERRWARN += -_gcc=-Wno-parentheses
  38   37  FILEMODE= 0555
  39   38  
  40   39  lint := LINTFLAGS = -muxs -I$(STATCOMMONDIR)
  41   40  
  42   41  .KEEP_STATE:
  43   42  
  44   43  all: $(PROG)
  45   44  
  46   45  install: all $(ROOTPROG)
  47   46  
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX