✓ CI.checkpatch: success for drm/xe: avoid using 'grouped targets' in Makefile (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 19 18:38:08 UTC 2024
== Series Details ==
Series: drm/xe: avoid using 'grouped targets' in Makefile (rev2)
URL : https://patchwork.freedesktop.org/series/130088/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8e0942e450c660678600213e0f60fb73267b9a30
Author: Dafna Hirschfeld <dhirschfeld at habana.ai>
Date: Mon Feb 19 15:58:45 2024 +0200
drm/xe: avoid using 'grouped targets' in Makefile
The feature 'grouped target' ('&:') in makefiles is only added in 'make'
version 4.3. This cause problems in older version of 'make'.
(Specifically $(@D) is wrongly interpreted - it creates 'generated' dir
in the source path instead of the build path).
Avoid this feature.
Signed-off-by: Dafna Hirschfeld <dhirschfeld at habana.ai>
+ /mt/dim checkpatch 52bdc58b3b2bd7b77710f0d6710c1b9dbaee1af9 drm-intel
8e0942e450c6 drm/xe: avoid using 'grouped targets' in Makefile
More information about the Intel-xe
mailing list