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

*** 20,35 **** # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - # ident "%Z%%M% %I% %E% SMI" .KEEP_STATE: .SUFFIXES: ! .SUFFIXES: .xml .xmlgen $(SUFFIXES) MODCLASS = maps include ../../../Makefile.lib include ../../../../Makefile.lib --- 20,35 ---- # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. + # Copyright (c) 2012, Joyent, Inc. All rights reserved. # .KEEP_STATE: .SUFFIXES: ! .SUFFIXES: .xml .xmlgen .xmlgenksh $(SUFFIXES) MODCLASS = maps include ../../../Makefile.lib include ../../../../Makefile.lib
*** 53,62 **** --- 53,67 ---- .xmlgen.xml: $(RM) $@ $(CAT) ../common/xmlgen-header.xml > $@ $(PERL) $< >> $@ + .xmlgenksh.xml: + $(RM) $@ + $(CAT) ../common/xmlgen-header-new.xml > $@ + $(KSH93) $< >> $@ + %.xml: ../common/%.xml $(RM) $@ $(CAT) $< > $@ include ../../Makefile.rootdirs