Print this page
patch zone-auto-create-be

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libinstzones/Makefile.com
          +++ new/usr/src/lib/libinstzones/Makefile.com
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
       26 +# Copyright 2015 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
       27 +#
  26   28  
  27   29  LIBRARY=        libinstzones.a
  28   30  VERS=           .1
  29   31  
  30   32  OBJECTS =       \
  31   33                  zones_args.o \
  32   34                  zones_exec.o \
  33   35                  zones_locks.o \
  34   36                  zones_paths.o \
  35   37                  zones_states.o \
↓ open down ↓ 18 lines elided ↑ open up ↑
  54   56  $(LINTLIB):=    SRCS = $(SRCDIR)/$(LINTSRC)
  55   57  
  56   58  CERRWARN +=     -_gcc=-Wno-parentheses
  57   59  CERRWARN +=     -_gcc=-Wno-clobbered
  58   60  CERRWARN +=     -_gcc=-Wno-address
  59   61  
  60   62  LIBS = $(DYNLIB) $(LINTLIB)
  61   63  
  62   64  DYNFLAGS += $(ZLAZYLOAD)
  63   65  
  64      -LDLIBS +=       -lc -lcontract -lzonecfg
       66 +LDLIBS +=       -lc -lcontract -lzonecfg -lbrand
  65   67  
  66   68  CFLAGS +=       $(CCVERBOSE)
  67   69  CPPFLAGS +=     -I$(SRCDIR)
  68   70  
  69   71  .KEEP_STATE:
  70   72  
  71   73  all:    $(LIBS)
  72   74  
  73   75  $(POFILE): $(MSGFILES)
  74   76          $(BUILDPO.msgfiles)
  75   77  
  76   78  _msg: $(MSGDOMAINPOFILE)
  77   79  
  78   80  lint:   lintcheck
  79   81  
  80   82  # include library targets
  81   83  include $(SRC)/lib/Makefile.targ
  82   84  include $(SRC)/Makefile.msg.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX