提交 83619b69 编写于 作者: O ohair

Merge

......@@ -85,16 +85,21 @@ REMOTE_impls = \
sun.rmi.registry.RegistryImpl \
sun.rmi.transport.DGCImpl
ifeq ($(PLATFORM), windows)
build: stubs
else # PLATFORM
ifneq ($(ARCH_DATA_MODEL), 32)
build: stubs
else # ARCH_DATA_MODEL
build: stubs bin
#
# The java-rmi.cgi script in bin/ only gets delivered in certain situations
#
BUILD_TARGETS = stubs
ifeq ($(PLATFORM), linux)
BUILD_TARGETS += bin
endif
ifeq ($(PLATFORM), solaris)
ifeq ($(ARCH_DATA_MODEL), 32)
BUILD_TARGETS += bin
endif
endif
build: $(BUILD_TARGETS)
clean clobber:: bin.clean
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册