Print this page


Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile.lib
          +++ new/usr/src/lib/Makefile.lib
↓ 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  # Copyright 2015 Gary Mills
  22   22  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright (c) 2015, Joyent, Inc.
       24 +# Copyright (c) 2014, Joyent, Inc.
  25   25  #
  26   26  #
  27   27  # Definitions common to libraries.
  28   28  #
  29   29  # include global definitions; SRC should be defined in the shell.
  30   30  # SRC is needed until RFE 1026993 is implemented.
  31   31  
  32   32  include         $(SRC)/Makefile.master
  33   33  
  34   34  LORDER=         lorder
↓ open down ↓ 230 lines elided ↑ open up ↑
 265  265  #
 266  266  # Target Architecture
 267  267  #
 268  268  TARGETMACH=     $(MACH)
 269  269  
 270  270  #
 271  271  # Allow people to define their own clobber rules.  Normal makefiles
 272  272  # shouldn't override this - they should override $(CLOBBERFILES) instead.
 273  273  #
 274  274  CLOBBERTARGFILES= $(LIBS) $(DYNLIB) $(CLOBBERFILES)
 275      -
 276      -#
 277      -# Define the default ctfdiff invocation used to check a list of types
 278      -# supplied by a user of a library. The goal is to validate that a given
 279      -# series of types is the same in both a 32-bit and 64-bit artifact. This
 280      -# is only defined if we have a 64-bit build to do.
 281      -#
 282      -TYPECHECK_LIB32 =               $(TYPECHECK_LIB:%=$(MACH)/%)
 283      -TYPECHECK_LIB64 =               $(TYPECHECK_LIB:%=$(MACH64)/%)
 284      -TYPECHECK_LIST=                 $(TYPELIST:%=-T %)
 285      -$(BUILD64)TYPECHECK.lib =       $(CTFDIFF) -t -I $(TYPECHECK_LIST) $(TYPECHECK_LIB32) $(TYPECHECK_LIB64)
 286      -TYPECHECK =                     $(TYPECHECK_LIB:%=%.typecheck)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX