mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-02 22:48:35 +00:00
6883790: corba build problem related to wildcard and vpath, regression
Reviewed-by: tbell
This commit is contained in:
parent
2f09b5fdac
commit
97f616d2bd
@ -156,6 +156,7 @@ JAVAC_PREFER_SOURCE = -Xprefer:source
|
||||
.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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user