Changeset 109
- Timestamp:
- Aug 20, 2010, 12:01:06 AM (15 years ago)
- Location:
- trunk/openjdk/hotspot/make/os2
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/make/os2/build.make
r95 r109 175 175 debug jvmg: checks $(variantDir) $(variantDir)/local.make sanity 176 176 cd $(variantDir); \ 177 $(MAKE) -f $(WorkSpace)/make/ windows/makefiles/top.make BUILD_FLAVOR=debug ARCH=$(ARCH)177 $(MAKE) -f $(WorkSpace)/make/os2/makefiles/top.make BUILD_FLAVOR=debug ARCH=$(ARCH) 178 178 fastdebug: checks $(variantDir) $(variantDir)/local.make sanity 179 179 cd $(variantDir); \ 180 $(MAKE) -f $(WorkSpace)/make/ windows/makefiles/top.make BUILD_FLAVOR=fastdebug ARCH=$(ARCH)180 $(MAKE) -f $(WorkSpace)/make/os2/makefiles/top.make BUILD_FLAVOR=fastdebug ARCH=$(ARCH) 181 181 182 182 develop: checks $(variantDir) $(variantDir)/local.make sanity 183 183 cd $(variantDir); \ 184 $(MAKE) -f $(WorkSpace)/make/ windows/makefiles/top.make BUILD_FLAVOR=product DEVELOP=1 ARCH=$(ARCH)184 $(MAKE) -f $(WorkSpace)/make/os2/makefiles/top.make BUILD_FLAVOR=product DEVELOP=1 ARCH=$(ARCH) 185 185 186 186 sanity:
Note:
See TracChangeset
for help on using the changeset viewer.