Print this page
LOCAL: preliminary topo mapping for Richmond-A disk bays

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/fm/topo/maps/Makefile.map
          +++ new/usr/src/lib/fm/topo/maps/Makefile.map
↓ open down ↓ 14 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
       25 +# Copyright (c) 2012, Joyent, Inc. All rights reserved.
  25   26  #
  26      -# ident "%Z%%M% %I%     %E% SMI"
  27   27  
  28   28  .KEEP_STATE:
  29   29  .SUFFIXES:
  30      -.SUFFIXES: .xml .xmlgen $(SUFFIXES)
       30 +.SUFFIXES: .xml .xmlgen .xmlgenksh $(SUFFIXES)
  31   31  
  32   32  MODCLASS = maps
  33   33  
  34   34  include ../../../Makefile.lib
  35   35  include ../../../../Makefile.lib
  36   36  
  37   37  DTDSRC = $(DTDFILE:%=../common/%)
  38   38  DTDTARG = $(DTDFILE:%=%)
  39   39  ROOTDTDTARG = $(DTDTARG:%=$(ROOT)/usr/share/lib/xml/dtd/%)
  40   40  
↓ open down ↓ 6 lines elided ↑ open up ↑
  47   47  
  48   48  install:= FILEMODE =    0444
  49   49  
  50   50  # The .xmlgen perl file automatically generates a new xml file.  This is done
  51   51  # to avoid having to deal with things like 48 platform specific internal
  52   52  # storage bays by hand.
  53   53  .xmlgen.xml:
  54   54          $(RM) $@ 
  55   55          $(CAT) ../common/xmlgen-header.xml > $@
  56   56          $(PERL) $< >> $@
       57 +
       58 +.xmlgenksh.xml:
       59 +        $(RM) $@
       60 +        $(CAT) ../common/xmlgen-header-new.xml > $@
       61 +        $(KSH93) $< >> $@
  57   62          
  58   63  %.xml: ../common/%.xml
  59   64          $(RM) $@
  60   65          $(CAT) $< > $@
  61   66  
  62   67  include ../../Makefile.rootdirs
  63   68  
  64   69  all: $(TOPOFILE)
  65   70  
  66   71  clean:
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX