From: geoff@infradead.org (Geoff Levand)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH arm64 bootwrapper] Fix maintainer-clean make target
Date: Thu, 03 Apr 2014 16:07:01 -0700 [thread overview]
Message-ID: <1396566421.4369.28.camel@smoke> (raw)
Add the missing MAINTAINERCLEANFILES to makefile.am.
Signed-off-by: Geoff Levand <geoff@infradead.org>
---
Hi Catalin,
Here's a minor fix for the arm64 bootwrapper to make
'make maintainer-clean' work. You can try it with
something this:
autoreconf -i
./configure ...
make maintainer-clean
git ls-files -o
-Geoff
Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 5791ad1..c911e51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,3 +88,6 @@ fdt.dtb: $(KERNEL_DTB) Makefile gen-cpu-nodes.sh
# The filesystem archive might not exist if INITRD is not being used
.PHONY: all clean $(FILESYSTEM)
+
+MAINTAINERCLEANFILES = aclocal.m4 compile config.* configure install-sh \
+ Makefile.in missing
--
1.9.1
next reply other threads:[~2014-04-03 23:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-03 23:07 Geoff Levand [this message]
2014-04-07 17:25 ` [PATCH arm64 bootwrapper] Fix maintainer-clean make target Catalin Marinas
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=1396566421.4369.28.camel@smoke \
--to=geoff@infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.