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
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.
linaro-kernel@lists.linaro.org