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/tazmo/Makefile.tazmo.shared
          +++ new/usr/src/uts/sun4u/tazmo/Makefile.tazmo.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/tazmo/Makefile.impl
  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_TAZMO_DIR          = $(ROOT_PLAT_DIR)/SUNW,Ultra-4
  35   33  ROOT_TAZMO_MOD_DIR      = $(ROOT_TAZMO_DIR)/kernel
  36   34  
  37   35  ROOT_TAZMO_KERN_DIR_32  = $(ROOT_TAZMO_MOD_DIR)
↓ open down ↓ 27 lines elided ↑ open up ↑
  65   63  TAZMO_OBJS      = tazmo.o
  66   64  
  67   65  include $(UTSBASE)/sun4u/tazmo/Makefile.files
  68   66  
  69   67  #
  70   68  #       Include common rules.
  71   69  #
  72   70  include $(UTSTREE)/sun4u/Makefile.sun4u
  73   71  
  74   72  #
  75      -#       Define modules (must come after Makefile.sun4u, for CLOSED_BUILD).
       73 +#       Define modules (must come after Makefile.sun4u).
  76   74  #
  77   75  TAZMO_KMODS     = platmod
  78   76  TAZMO_KMODS     += envctrl
  79   77  
  80   78  #
  81   79  # For now, disable these lint checks; maintainers should endeavor
  82   80  # to investigate and remove these for maximum lint coverage.
  83   81  # Please do not carry these forward to new Makefiles.
  84   82  #
  85   83  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  86   84  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  87   85  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  88   86  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  89   87  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX