Print this page
4027 remove CLOSED_BUILD

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/grover/Makefile.grover.shared
          +++ new/usr/src/uts/sun4u/grover/Makefile.grover.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  # uts/sun4u/grover/Makefile.grover
  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 directories.
  33   31  #
  34   32  ROOT_GROVER_DIR         = $(ROOT_PLAT_DIR)/SUNW,Sun-Blade-100
  35   33  ROOT_GROVER_MOD_DIR     = $(ROOT_GROVER_DIR)/kernel
  36   34  
  37   35  ROOT_GROVER_MISC_DIR_32 = $(ROOT_GROVER_MOD_DIR)/misc
↓ open down ↓ 23 lines elided ↑ open up ↑
  61   59  GROVER_OBJS     = grover.o
  62   60  
  63   61  include $(UTSTREE)/sun4u/grover/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  GROVER_KMODS    = platmod
  74   72  GROVER_KMODS    += grfans
  75   73  
  76      -$(CLOSED_BUILD)CLOSED_GROVER_KMODS      += grppm
  77      -
  78   74  #
  79   75  # For now, disable these lint checks; maintainers should endeavor
  80   76  # to investigate and remove these for maximum lint coverage.
  81   77  # Please do not carry these forward to new Makefiles.
  82   78  #
  83   79  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  84   80  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  85   81  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  86   82  LINTTAGS        += -erroff=E_STATIC_UNUSED
  87   83  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  88   84  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX