Print this page
4719 update gate build environment to [open]jdk7 4742 update manifests for javadoc7 4743 Fix deprecated /usr/j2se usage in slp and remove from filesystem(5) manpage 4744 remove traces of /var/sadm/system/admin/default_java Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/krb5/kadmin/gui/dchanger/Makefile
          +++ new/usr/src/cmd/krb5/kadmin/gui/dchanger/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  26   25  
  27   26  include ../../../../../Makefile.master
  28   27  include ../../../../Makefile.cmd
  29   28  
  30      -JAVAFLAGS= -nowarn -O
  31   29  
  32   30  GUIDIR=$(SRC)/cmd/krb5/kadmin/gui
  33   31  
  34   32  CLASSES=DCPanel DCListener DCTextField DCCircularTextField DateTimeDialog \
  35   33          DurationHelper LineSeparator EncListDialog
  36   34  
  37   35  JFILES=$(CLASSES:%=%.java)
  38   36  
  39   37  CLFILES=$(CLASSES:%=../classdir/%.class)
  40   38  
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX