From: Michael Ellerman <mpe@ellerman.id.au>
To: shuahkh@osg.samsung.com, bamvor.zhangjian@huawei.com
Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org, linux-api@vger.kernel.org
Subject: [PATCH 4/5] selftests/powerpc: Fix the clean rule since recent changes
Date: Thu, 9 Feb 2017 19:56:29 +1100 [thread overview]
Message-ID: <1486630590-9410-4-git-send-email-mpe@ellerman.id.au> (raw)
In-Reply-To: <1486630590-9410-1-git-send-email-mpe@ellerman.id.au>
The clean rule is broken for the powerpc tests:
make[1]: Entering directory 'tools/testing/selftests/powerpc'
Makefile:63: warning: overriding recipe for target 'clean'
../lib.mk:51: warning: ignoring old recipe for target 'clean'
/bin/sh: 3: Syntax error: end of file unexpected (expecting "done")
Makefile:63: recipe for target 'clean' failed
Fixes: a8ba798bc8ec ("selftests: enable O and KBUILD_OUTPUT")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
tools/testing/selftests/powerpc/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile
index 1d48c0cab596..1c5d0575802e 100644
--- a/tools/testing/selftests/powerpc/Makefile
+++ b/tools/testing/selftests/powerpc/Makefile
@@ -62,7 +62,8 @@ endef
clean:
@for TARGET in $(SUB_DIRS); do \
BUILD_TARGET=$$OUTPUT/$$TARGET; \
- $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\ done;
+ $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean; \
+ done;
rm -f tags
tags:
--
2.7.4
next prev parent reply other threads:[~2017-02-09 8:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-09 8:56 [PATCH 1/5] selftests: Fix selftests build to just build, not run tests Michael Ellerman
2017-02-09 8:56 ` [PATCH 2/5] selftests: Fix the .c linking rule Michael Ellerman
[not found] ` <1486630590-9410-2-git-send-email-mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org>
2017-02-14 3:07 ` Bamvor Zhang Jian
2017-02-09 8:56 ` [PATCH 3/5] selftests: Fix the .S and .S -> .o rules Michael Ellerman
[not found] ` <1486630590-9410-3-git-send-email-mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org>
2017-02-14 3:07 ` Bamvor Zhang Jian
2017-02-09 8:56 ` Michael Ellerman [this message]
2017-02-09 8:56 ` [PATCH 5/5] selftests/powerpc: Fix remaining fallout from recent changes Michael Ellerman
[not found] ` <1486630590-9410-1-git-send-email-mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org>
2017-02-14 2:09 ` [PATCH 1/5] selftests: Fix selftests build to just build, not run tests Michael Ellerman
[not found] ` <87shnhmsl1.fsf-W0DJWXSxmBNbyGPkN3NxC2scP1bn1w/D@public.gmane.org>
2017-02-14 16:14 ` Shuah Khan
[not found] ` <c539ac89-37f8-ebee-49ca-9d80fc1ff1f1-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2017-02-14 20:33 ` Michael Ellerman
2017-03-01 19:00 ` Shuah Khan
2017-03-02 6:43 ` Michael Ellerman
2017-03-02 14:41 ` Shuah Khan
2017-02-14 3:06 ` Bamvor Zhang Jian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1486630590-9410-4-git-send-email-mpe@ellerman.id.au \
--to=mpe@ellerman.id.au \
--cc=bamvor.zhangjian@huawei.com \
--cc=linux-api@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=shuahkh@osg.samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).