6883790: corba build problem related to wildcard and vpath, regression
authorohair
Fri, 18 Sep 2009 16:26:51 -0700
changeset 3874 02fe9a813203
parent 3873 393f394a4714
child 3875 eea3f9d9076d
6883790: corba build problem related to wildcard and vpath, regression Reviewed-by: tbell
corba/make/common/Rules.gmk
--- a/corba/make/common/Rules.gmk	Fri Sep 18 09:39:47 2009 -0700
+++ b/corba/make/common/Rules.gmk	Fri Sep 18 16:26:51 2009 -0700
@@ -156,6 +156,7 @@
 .compile.classlist : $(JAVA_SOURCE_LIST)
 	@$(MKDIR) -p $(CLASSDESTDIR)
 	if [ -s $(JAVA_SOURCE_LIST) ] ; then \
+          $(CAT) $(JAVA_SOURCE_LIST); \
 	  $(JAVAC_CMD) $(JAVAC_PREFER_SOURCE) -sourcepath "$(SOURCEPATH)" -d $(CLASSDESTDIR) @$(JAVA_SOURCE_LIST); \
 	fi
 	@$(java-vm-cleanup)