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/blade/Makefile.blade.shared
          +++ new/usr/src/uts/sun4u/blade/Makefile.blade.shared
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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      -#ident  "%Z%%M% %I%     %E% SMI"
  23      -#
  24   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  25   23  # Use is subject to license terms.
  26   24  #
  27   25  #       Global definitions for sun4u jbos-blade implementation specific modules.
  28   26  #
  29   27  
  30   28  #
  31   29  #       Define directories.
  32   30  #
  33   31  ROOT_BLADE_DIR          = $(ROOT_PLAT_DIR)/SUNW,Serverblade1
↓ open down ↓ 45 lines elided ↑ open up ↑
  79   77  #
  80   78  
  81   79  include $(UTSTREE)/sun4u/blade/Makefile.files
  82   80  
  83   81  #
  84   82  #       Include common rules.
  85   83  #
  86   84  include $(UTSTREE)/sun4u/Makefile.sun4u
  87   85  
  88   86  #
  89      -#       Define modules (must come after Makefile.sun4u, for CLOSED_BUILD).
       87 +#       Define modules (must come after Makefile.sun4u).
  90   88  #
  91   89  BLADE_KMODS             = platmod
  92   90  BLADE_KMODS             += bscbus
  93   91  BLADE_KMODS             += bscv
  94   92  
  95   93  LINTS_DIR       = $(OBJS_DIR)
  96   94  LINT_LIB_DIR    = $(UTSBASE)/$(PLATFORM)/blade/lint-libs/$(OBJS_DIR)
  97   95  LINT_LIB= $(UTSBASE)/$(PLATFORM)/lint-libs/$(OBJS_DIR)/llib-lunix.ln
  98   96  GEN_LINT_LIB= $(UTSBASE)/$(PLATFORM)/lint-libs/$(OBJS_DIR)/llib-lgenunix.ln
  99   97  
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX