8170392: JDK-8031567 broke builds from source bundles

Reviewed-by: sla
This commit is contained in:
Erik Joelsson 2016-11-28 15:19:08 +01:00
parent bac0ea6842
commit ffc4d62ccc
2 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,8 @@ SOURCE_REVISION = $(shell \
$(CAT) $(SOURCE_REVISION_TRACKER) ; \
fi)
$(BASE_RELEASE_FILE): $(INFO_FILE_VARDEPS) $(SOURCE_REVISION_TRACKER)
# The SOURCE_REVISION_TRACKER file may not exist. Only depend on it if it does.
$(BASE_RELEASE_FILE): $(INFO_FILE_VARDEPS) $(wildcard $(SOURCE_REVISION_TRACKER))
$(info-file)
################################################################################

View File

@ -119,8 +119,7 @@ else
exit 2
create-source-revision-tracker:
$(call LogWarn, Error: No mercurial configuration present and no .src-rev)
exit 2
$(call LogWarn, Warning: No mercurial configuration present and no .src-rev)
endif
endif