smaller-jdk.patch 1.1 KB

1234567891011121314151617181920212223242526
  1. --- jdk/make/sun/Makefile 2015-07-14 17:43:29.000000000 -0400
  2. +++ jdk.new/make/sun/Makefile 2015-10-31 16:30:15.837466876 -0400
  3. @@ -85,11 +85,17 @@ else
  4. DISPLAY_LIBS = awt splashscreen $(XAWT_SUBDIR) $(HEADLESS_SUBDIR)
  5. DISPLAY_TOOLS = applet
  6. endif
  7. -SUBDIRS_desktop = audio $(RENDER_SUBDIR) image \
  8. - $(LWAWT_PRE_SUBDIR) $(DISPLAY_LIBS) $(DGA_SUBDIR) $(LWAWT_SUBDIR) \
  9. - jawt font jpeg cmm $(DISPLAY_TOOLS) beans
  10. -SUBDIRS_management = management
  11. -SUBDIRS_misc = $(ORG_SUBDIR) rmi $(JDBC_SUBDIR) tracing
  12. +
  13. +#SUBDIRS_desktop = audio $(RENDER_SUBDIR) image \
  14. +# $(LWAWT_PRE_SUBDIR) $(DISPLAY_LIBS) $(DGA_SUBDIR) $(LWAWT_SUBDIR) \
  15. +# jawt font jpeg cmm $(DISPLAY_TOOLS) beans
  16. +#SUBDIRS_management = management
  17. +#SUBDIRS_misc = $(ORG_SUBDIR) rmi $(JDBC_SUBDIR) tracing
  18. +#SUBDIRS_tools = native2ascii serialver tools jconsole
  19. +
  20. +SUBDIRS_desktop =
  21. +SUBDIRS_management =
  22. +SUBDIRS_misc = rmi tracing
  23. SUBDIRS_tools = native2ascii serialver tools jconsole
  24. ifndef OPENJDK
  25. Only in openjdk-7/jdk/src/share/lib/security: nss.cfg