+2
−2
Loading
Buildroot (for example) passes CC="/workdir/build/host/bin/ccache /usr/bin/gcc" as an environment variable. "$CC" (with quotes) thus fails because "No such file or directory". $CC (without quotes) is already used in the script, so the quotes were removed where they caused the issue. That *only* changes the detection of the dependencies. The makefile were not modified. Signed-off-by:Félix Piédallu <felix@piedallu.me> Change-Id: I564ad210e301c5095d8ba3f712c01439b285653d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12805 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>