All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH arm64 bootwrapper] Fix maintainer-clean make target
@ 2014-04-03 23:07 Geoff Levand
  2014-04-07 17:25 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Geoff Levand @ 2014-04-03 23:07 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH arm64 bootwrapper] Fix maintainer-clean make target
  2014-04-03 23:07 [PATCH arm64 bootwrapper] Fix maintainer-clean make target Geoff Levand
@ 2014-04-07 17:25 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2014-04-07 17:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Apr 04, 2014 at 12:07:01AM +0100, Geoff Levand wrote:
> Add the missing MAINTAINERCLEANFILES to makefile.am.
> 
> Signed-off-by: Geoff Levand <geoff@infradead.org>

Thanks. Applied.

-- 
Catalin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-07 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-03 23:07 [PATCH arm64 bootwrapper] Fix maintainer-clean make target Geoff Levand
2014-04-07 17:25 ` Catalin Marinas

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.