Print this page


Split Close
Expand all
Collapse all
          --- old/make/sun/rmi/registry/Makefile
          +++ new/make/sun/rmi/registry/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22   22  # or visit www.oracle.com if you need additional information or have any
  23   23  # questions.
  24   24  #
  25   25  
  26   26  #
  27   27  # Makefile for building sun.rmi.registry.* and the "rmiregistry" command
  28   28  #
  29   29  
  30   30  BUILDDIR = ../../..
       31 +JAVAC_MAX_WARNINGS = true
       32 +JAVAC_WARNINGS_FATAL = true
  31   33  PACKAGE = sun.rmi.registry
  32   34  PRODUCT = sun
  33   35  include $(BUILDDIR)/common/Defs.gmk
  34   36  
  35   37  #
  36   38  # Files
  37   39  #
  38   40  AUTO_FILES_JAVA_DIRS = sun/rmi/registry
  39   41  
  40   42  #
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX