Changeset 157


Ignore:
Timestamp:
Sep 20, 2010, 10:47:00 PM (15 years ago)
Author:
dmik
Message:

jdk/make; Disable only com.sun.tools.attach only.

Location:
trunk/openjdk/jdk/make/com/sun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/com/sun/Makefile

    r156 r157  
    4444    java inputmethods org rowset net/httpserver net/ssl demo \
    4545    tools jarsigner
    46 else # disable GUI stuff and tools.attach (see ticket:18)
     46else # disable GUI stuff
    4747SUBDIRS = $(SCRIPT_SUBDIR) security crypto/provider jndi jmx \
    4848    java org rowset net/httpserver net/ssl demo \
    49     jarsigner
     49    tools jarsigner
    5050endif
    5151
  • trunk/openjdk/jdk/make/com/sun/tools/Makefile

    r2 r157  
    3535AUTO_FILES_JAVA_DIRS = com/sun/tools/extcheck
    3636
     37ifndef OS2_TEMP
    3738SUBDIRS = attach
     39else # disable com.sun.tools.attach (see ticket:18)
     40SUBDIRS =
     41endif
    3842all build:
    3943        $(SUBDIRS-loop)
Note: See TracChangeset for help on using the changeset viewer.