Ignore:
Timestamp:
Sep 4, 2010, 1:44:54 AM (15 years ago)
Author:
dmik
Message:

jdk/make: Added ifndef OS2_TEMP to disable various components we don't yet support and thus make it possible to have a full build cycle.

File:
1 edited

Legend:

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

    r27 r144  
    260260all build:: sanity-all post-sanity-all
    261261
     262ifndef OS2_TEMP
    262263SUBDIRS    = tools java javax org sun sunw com jpda mkdemo mksample launchers
     264else
     265SUBDIRS    = tools java org sun sunw com launchers
     266endif
    263267all build::
    264268        $(SUBDIRS-loop)
Note: See TracChangeset for help on using the changeset viewer.