Print this page
4719 Common patchset for jdk1.7 support preparation

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/Makefile
          +++ new/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  #ident  "%Z%%M% %I%     %E% SMI"
  27   27  #
  28   28  # cmd/pools/poold/com/sun/solaris/service/locality/Makefile
  29   29  
  30   30  include $(SRC)/cmd/Makefile.cmd
  31   31  
  32   32  CLASSPATH =     $(SRC)/cmd/pools/poold
  33      -JAVAFLAGS +=    -source 1.4
  34   33  
  35   34  SOURCE =        LocalityDomain.java \
  36   35                  LocalityGroup.java
  37   36  
  38   37  all install: $(SOURCE:.java=.class)
  39   38  
  40   39  
  41   40  # Since more than one class file can be generated from a java source
  42   41  # file, any failure causes all class files to be removed.
  43   42  
  44   43  .FAILED: clean
  45   44  
  46   45  clean:
  47   46          $(RM) *class
  48   47  
  49   48  include $(SRC)/cmd/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX