Re: [PATCH 0/8] Fix clean target warnings

From: Shuah Khan
Date: Thu Apr 27 2017 - 18:02:44 EST


On 04/21/2017 05:14 PM, Shuah Khan wrote:
> This patch series consists of changes to lib.mk to allow overriding
> common clean target from Makefiles. This fixes warnings when clean
> overriding and ignoring warnings. Also fixes splice clean target
> removing a script that runs the test from its clean target.
>
> Shuah Khan (8):
> selftests: splice: fix clean target to not remove
> default_file_splice_read.sh
> selftests: lib.mk: define CLEAN macro to allow Makefiles to override
> clean

Applied with amended change log and Michael's ack to linux-kselftest next

> selftests: futex: override clean in lib.mk to fix warnings
> selftests: gpio: override clean in lib.mk to fix warnings
> selftests: powerpc: override clean in lib.mk to fix warnings

Applied all of the above to linux-kseltftest next

> selftests: splice: override clean in lib.mk to fix warnings
> selftests: sync: override clean in lib.mk to fix warnings
> selftests: x86: override clean in lib.mk to fix warnings

Applied v2s addressing Michael's comments to linux-kselftest next
x86 fix also addresses not being able to build ldt_gdt

make -C tools/testing/selftests/x86 ldt_gdt


thanks,
-- Shuah