提交 8bfae86c 编写于 作者: O ohair

Merge

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