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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/Makefile
          +++ new/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/Makefile
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # Copyright (c) 1999-2000 by Sun Microsystems, Inc.
  24   24  # All rights reserved.
  25   25  #
  26   26  #pragma ident   "%Z%%M% %I%     %E% SMI"
  27   27  #
  28   28  
  29   29  include $(SRC)/Makefile.master
  30      -JAVAFLAGS= -nowarn -O
       30 +JAVAFLAGS = -source 1.5 -target 1.6 -nowarn -O
  31   31  GUIDIR=$(SRC)/cmd/krb5/kadmin/gui
  32   32  
  33   33  def             :=      TARGET= def
  34   34  all             :=      TARGET= all
  35   35  install         :=      TARGET= install
  36   36  install_h       :=      TARGET= install_h
  37   37  clean           :=      TARGET= clean
  38   38  clobber         :=      TARGET= clobber
  39   39  lint            :=      TARGET= lint
  40   40  javadoc         :=      TARGET= javadoc
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX