Print this page
10079 smatch Makefile changes for usr/src/lib

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libmapid/Makefile.com
          +++ new/usr/src/lib/libmapid/Makefile.com
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24      -#
       24 +# Copyright (c) 2018, Joyent, Inc.
  25   25  
  26   26  LIBRARY =       libmapid.a
  27   27  VERS    =       .1
  28   28  SMF_DIR =       $(SRC)/cmd/fs.d/nfs/lib
  29   29  
  30   30  LIBOBJS =       mapid.o
  31   31  OTHOBJS =       smfcfg.o
  32   32  OBJECTS =       $(LIBOBJS) $(OTHOBJS)
  33   33  
  34   34  include $(SRC)/lib/Makefile.lib
↓ open down ↓ 16 lines elided ↑ open up ↑
  51   51  
  52   52  LDLIBS  +=      -lresolv -lc -lscf
  53   53  
  54   54  CFLAGS  +=      $(CCVERBOSE)
  55   55  CPPFLAGS +=     -I$(SRCDIR) -I$(SMF_DIR) -D_REENTRANT
  56   56  
  57   57  CERRWARN +=     -_gcc=-Wno-switch
  58   58  CERRWARN +=     -_gcc=-Wno-unused-variable
  59   59  CERRWARN +=     -_gcc=-Wno-uninitialized
  60   60  
       61 +SMOFF += all_func_returns
       62 +
  61   63  .KEEP_STATE:
  62   64  
  63   65  all:  $(LIBS)
  64   66  
  65   67  install: $(ROOTLIBDIR) all
  66   68  
  67   69  lint:   $(LINTLIB) lintcheck
  68   70  
  69   71  pics/%.o:       $(SMF_DIR)/%.c
  70   72          $(COMPILE.c) -o $@ $<
  71   73          $(POST_PROCESS_O)
  72   74  
  73   75  $(ROOTLIBDIR):
  74   76          $(INS.dir)
  75   77  
  76   78  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX