Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/sunfire/Makefile.sunfire.shared
          +++ new/usr/src/uts/sun4u/sunfire/Makefile.sunfire.shared
↓ 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 2006 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26      -#ident  "%Z%%M% %I%     %E% SMI"
  27      -#
  28   26  #       Global definitions for sun4u implementation specific modules.
  29   27  #
  30   28  
  31   29  #
  32   30  #       Define the name of this implementation.
  33   31  #
  34   32  
  35   33  #
  36   34  #       Define directories.
  37   35  #
↓ open down ↓ 23 lines elided ↑ open up ↑
  61   59  SUNFIRE_OBJS    = sunfire.o
  62   60  
  63   61  include $(UTSTREE)/sun4u/sunfire/Makefile.files
  64   62  
  65   63  #
  66   64  #       Include common rules.
  67   65  #
  68   66  include $(UTSTREE)/sun4u/Makefile.sun4u
  69   67  
  70   68  #
  71      -#       Define modules (must come after Makefile.sun4u for CLOSED_BUILD).
       69 +#       Define modules (must come after Makefile.sun4u).
  72   70  #
  73   71  SUNFIRE_KMODS                   = ac central environ fhc simmstat sysctrl sram
  74      -$(CLOSED_BUILD)CLOSED_SUNFIRE_KMODS     = platmod
  75   72  
  76   73  #
  77   74  # For now, disable these lint checks; maintainers should endeavor
  78   75  # to investigate and remove these for maximum lint coverage.
  79   76  # Please do not carry these forward to new Makefiles.
  80   77  #
  81   78  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  82   79  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  83   80  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  84   81  LINTTAGS        += -erroff=E_STATIC_UNUSED
  85   82  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  86   83  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX