Print this page
arcstat

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/stat/fsstat/Makefile
          +++ new/usr/src/cmd/stat/fsstat/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  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  COMMON_OBJS = common.o timestamp.o
  34   34  COMMON_SRCS = $(COMMON_OBJS:%.o=$(STATCOMMONDIR)/%.c)
  35   35  
  36   36  LDLIBS += -lkstat
  37   37  CFLAGS += $(CCVERBOSE) -I${STATCOMMONDIR}
  38      -CERRWARN += -_gcc=-Wno-parentheses
  39   38  FILEMODE= 0555
  40   39  
  41   40  lint := LINTFLAGS = -muxs -I$(STATCOMMONDIR)
  42   41  
  43   42  .KEEP_STATE:
  44   43  
  45   44  all: $(PROG)
  46   45  
  47   46  install: all $(ROOTPROG)
  48   47  
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX