7043921: generate java-rmi.cgi on 64 bit platform
Reviewed-by: omajid, katleman
This commit is contained in:
parent
6df9bf9a41
commit
30a20e1d62
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user