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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/Makefile
↓ open down ↓ 63 lines elided ↑ open up ↑
  64   64                  SortedHeaderRenderer.class \
  65   65                  SwingWorker.class \
  66   66                  TableMap.class \
  67   67                  WizardStep.class
  68   68  
  69   69  include         $(SRC)/Makefile.master
  70   70  
  71   71  CLASSPATH=      $(SRC)/cmd/cmd-inet/usr.sadm/dhcpmgr
  72   72  
  73   73  JAVAFILES =     $(CLASSFILES:.class=.java)
       74 +JAVAFLAGS =     -source 1.6 -target 1.6 -Xlint:-deprecation,-options
  74   75  
  75   76  MSGDIR=         $(ROOT)/usr/share/lib/locale/com/sun/dhcpmgr/ui
  76   77  MSGDIRS =       $(ROOT)/usr/share/lib/locale \
  77   78                  $(ROOT)/usr/share/lib/locale/com \
  78   79                  $(ROOT)/usr/share/lib/locale/com/sun \
  79   80                  $(ROOT)/usr/share/lib/locale/com/sun/dhcpmgr \
  80   81                  $(MSGDIR)
  81   82  
  82   83  MSGFILES=       ResourceBundle.properties
  83   84  MSGS=           $(MSGFILES:%=$(MSGDIR)/%)
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX