equal
deleted
inserted
replaced
27 # Install a wrapper for the "rmid" command. The associated classfiles |
27 # Install a wrapper for the "rmid" command. The associated classfiles |
28 # are built at a higher level. |
28 # are built at a higher level. |
29 # |
29 # |
30 |
30 |
31 BUILDDIR = ../../.. |
31 BUILDDIR = ../../.. |
|
32 JAVAC_MAX_WARNINGS = true |
|
33 JAVAC_WARNINGS_FATAL = true |
32 PACKAGE = sun.rmi.activation |
34 PACKAGE = sun.rmi.activation |
33 PRODUCT = sun |
35 PRODUCT = sun |
34 include $(BUILDDIR)/common/Defs.gmk |
36 include $(BUILDDIR)/common/Defs.gmk |
35 |
37 |
36 build: stubs rmid |
38 build: stubs rmid |