Merge
authorohair
Thu, 12 May 2011 07:28:52 -0700
changeset 9649 29cd7b7c6d1b
parent 9615 92bf0655022d (current diff)
parent 9648 1c6a2a77b879 (diff)
child 9650 6acd562d1df1
Merge
--- a/jdk/make/sun/rmi/rmi/Makefile	Wed Jul 05 17:44:12 2017 +0200
+++ b/jdk/make/sun/rmi/rmi/Makefile	Thu May 12 07:28:52 2011 -0700
@@ -85,16 +85,21 @@
 	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