8223335: Compare baseline builds on linux are failing

Reviewed-by: tbell
This commit is contained in:
Erik Joelsson 2019-05-07 06:58:55 -07:00
parent 852cee4c6b
commit 1427827a19

View File

@ -387,7 +387,7 @@ else # $(HAS_SPEC)=true
fi
# Re-run configure with the same arguments (and possibly some additional),
# must be done after patching.
( cd $(OUTPUTDIR) && PATH="$(ORIGINAL_PATH)" \
( cd $(CONFIGURE_START_DIR) && PATH="$(ORIGINAL_PATH)" \
$(BASH) $(topdir)/configure $(CONFIGURE_COMMAND_LINE) $(COMPARE_BUILD_CONF))
endef