Print this page
10080 smatch Makefile changes for usr/src/cmd

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/pools/poolcfg/Makefile
          +++ new/usr/src/cmd/pools/poolcfg/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  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  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#ident  "%Z%%M% %I%     %E% SMI"
  26      -#
  27      -# cmd/pools/poolbind/Makefile
       25 +# Copyright (c) 2018, Joyent, Inc.
  28   26  
  29   27  PROG =          poolcfg
  30   28  OBJS =          poolcfg_lex.o poolcfg_grammar.o
  31   29  SRCS =          $(OBJS:%.o=%.c) $(COMMON_SRCS)
  32   30  POFILES =       $(OBJS:.o=.po)
  33   31  POFILE =        poolcfg.po
  34   32  
  35   33  include ../../Makefile.cmd
  36   34  include ../Makefile.pools
  37   35  
↓ open down ↓ 4 lines elided ↑ open up ↑
  42   40  MAPOPTS =       $(MAPFILES:%=-M%)
  43   41  
  44   42  LFLAGS =        -t
  45   43  YFLAGS =        -d
  46   44  CFLAGS +=       -I$(POOLSCOMMONDIR)
  47   45  LDFLAGS +=      $(MAPOPTS)
  48   46  LDLIBS +=       -lpool -ll
  49   47  XGETFLAGS =     -a
  50   48  CLOBBERFILES += poolcfg_lex.c poolcfg_grammar.c poolcfg_grammar.h
  51   49  
       50 +# not linted
       51 +SMATCH=off
       52 +
  52   53  .KEEP_STATE:
  53   54  
  54   55  all: $(PROG)
  55   56  
  56   57  $(PROG): $(OBJS) $(COMMON_OBJS) $(MAPFILES)
  57   58          $(LINK.c) -o $@ $(OBJS) $(COMMON_OBJS) $(LDLIBS)
  58   59          $(POST_PROCESS)
  59   60  
  60   61  %.o : $(POOLSCOMMONDIR)/%.c
  61   62          $(COMPILE.c) -o $@ $<
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX