diff options
| author | Dave Airlie <airlied@redhat.com> | 2025-03-12 09:43:12 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2025-03-12 09:43:12 +1000 |
| commit | 626fb115662c9fd44fcbdd744d96a45b0427b504 (patch) | |
| tree | 6432ee86358d0c2181a10f915bf1e288409eba89 /scripts | |
| parent | Merge tag 'drm-intel-next-2025-03-10' of https://gitlab.freedesktop.org/drm/i... (diff) | |
| parent | Linux 6.14-rc6 (diff) | |
| download | linux-626fb115662c9fd44fcbdd744d96a45b0427b504.tar.gz linux-626fb115662c9fd44fcbdd744d96a45b0427b504.zip | |
Backmerge tag 'v6.14-rc6' into drm-next
This is a backmerge from Linux 6.14-rc6, needed for the nova PR.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/package/install-extmod-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/install-extmod-build b/scripts/package/install-extmod-build index 2966473b4660..b96538787f3d 100755 --- a/scripts/package/install-extmod-build +++ b/scripts/package/install-extmod-build @@ -63,7 +63,7 @@ if [ "${CC}" != "${HOSTCC}" ]; then # Clear VPATH and srcroot because the source files reside in the output # directory. # shellcheck disable=SC2016 # $(MAKE) and $(build) will be expanded by Make - "${MAKE}" run-command KBUILD_RUN_COMMAND='+$(MAKE) HOSTCC='"${CC}"' VPATH= srcroot=. $(build)='"${destdir}"/scripts + "${MAKE}" run-command KBUILD_RUN_COMMAND='+$(MAKE) HOSTCC='"${CC}"' VPATH= srcroot=. $(build)='"$(realpath --relative-base=. "${destdir}")"/scripts rm -f "${destdir}/scripts/Kbuild" fi |
