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/logging/Makefile
          +++ new/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/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/logging/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 =        Facility.java \
  36   35                  Severity.java \
  37   36                  SyslogHandler.java \
  38   37                  SysloglikeFormatter.java
  39   38  
  40   39  all install: $(SOURCE:.java=.class)
  41   40  
  42   41  # Since more than one class file can be generated from a java source
  43   42  # file, any failure causes all class files to be removed.
  44   43  
  45   44  .FAILED: clean
  46   45  
  47   46  clean:
  48   47          $(RM) *class
  49   48  
  50   49  include $(SRC)/cmd/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX