Print this page
9542 Cleanup of unwanted entries in the proto area

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/snowbird/Makefile
          +++ new/usr/src/uts/sun4u/snowbird/Makefile
↓ open down ↓ 12 lines elided ↑ open up ↑
  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   22  # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright 2018 Gary mills
  23   24  #
  24   25  #       This makefile drives the production of the sun4u snowbird platform
  25   26  #       module.
  26   27  #
  27   28  #       sun4u snowbird implementation architecture dependent
  28   29  #
  29   30  
  30   31  #
  31   32  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  32   33  #
↓ open down ↓ 43 lines elided ↑ open up ↑
  76   77  
  77   78  $(SNOWBIRD_KMODS):      FRC
  78   79          @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
  79   80  
  80   81  ttymux_dacf:    $(ROOT_SNOWBIRD_DACF_DIR_64) 
  81   82                  -@$(RM) $(ROOT_SNOWBIRD_DACF_DIR_64)/$@
  82   83                  $(SYMLINK) $(ROOT_SNOWBIRD_DACF_LINK_64)/$@ \
  83   84                  $(ROOT_SNOWBIRD_DACF_DIR_64)/$@
  84   85  
  85   86  
  86      -ttymux.conf:    $(ROOT_SNOWBIRD_DRV_DIR)
       87 +ttymux.conf:    $(ROOT_SNOWBIRD_DRV_DIR_32)
  87   88                  -@$(RM) $(ROOT_SNOWBIRD_DRV_DIR_32)/$@
  88   89                  $(SYMLINK) $(ROOT_SNOWBIRD_DRV_LINK_32)/$@ \
  89   90                  $(ROOT_SNOWBIRD_DRV_DIR_32)/$@
  90   91  
  91   92  install_h check:        FRC
  92   93          @cd sys; pwd; $(MAKE) $(TARGET)
  93   94  
  94   95  lint:   modlintlib
  95   96   
  96   97  LINT_LIBS       = $(LINT_LIB) \
↓ open down ↓ 13 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX