Revision 093617a170e46700edc0fb01c698e6a6744cd058 authored by Steven Johnson on 04 October 2018, 01:35:26 UTC, committed by Steven Johnson on 04 October 2018, 01:35:26 UTC
The test_apps target recursively calls sub-makefiles (which can change the WD), but the buildbots define LLVM_CONFIG and CLANG as relative paths, so these can become invalid when building apps. (Why this hasn't caused more failures in the past is a bit of a mystery.) Use $(realpath) to explicitly expand these vars for the sub-makefile calls to address this.
1 parent bf7500b
History

back to top