[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1492815938.git.shuahkh@osg.samsung.com>
Date: Fri, 21 Apr 2017 17:14:42 -0600
From: Shuah Khan <shuahkh@....samsung.com>
To: shuah@...nel.org, bamvor.zhangjian@...aro.org,
benh@...nel.crashing.org, paulus@...ba.org, mpe@...erman.id.au,
dvhart@...radead.org
Cc: Shuah Khan <shuahkh@....samsung.com>, viro@...iv.linux.org.uk,
emilio.lopez@...labora.co.uk, mingo@...nel.org, luto@...nel.org,
dave.hansen@...ux.intel.com, dsafonov@...tuozzo.com,
rkrcmar@...hat.com, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-gpio@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org
Subject: [PATCH 0/8] Fix clean target warnings
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
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
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
tools/testing/selftests/futex/Makefile | 3 ++-
tools/testing/selftests/gpio/Makefile | 3 ++-
tools/testing/selftests/lib.mk | 6 +++++-
tools/testing/selftests/powerpc/Makefile | 3 ++-
tools/testing/selftests/splice/Makefile | 5 +++--
tools/testing/selftests/sync/Makefile | 3 ++-
tools/testing/selftests/x86/Makefile | 3 ++-
7 files changed, 18 insertions(+), 8 deletions(-)
--
2.9.3
Powered by blists - more mailing lists