Changeset 74 for trunk/openjdk/jdk/make/launchers/Makefile
- Timestamp:
- Jul 21, 2010, 9:16:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/launchers/Makefile
r2 r74 44 44 45 45 # Run MAKE $@ for all launchers 46 ifeq ($( PLATFORM),windows)46 ifeq ($(filter-out windows os2, $(PLATFORM)),) 47 47 # Run MAKE $@ for all platform specific launchers 48 48 define make-platform-specific-launchers
Note:
See TracChangeset
for help on using the changeset viewer.