From patchwork Thu Apr 3 23:07:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 3934631 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A51499F334 for ; Thu, 3 Apr 2014 23:07:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D9A5B20306 for ; Thu, 3 Apr 2014 23:07:22 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 92B6A20303 for ; Thu, 3 Apr 2014 23:07:21 +0000 (UTC) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WVqiy-0000B3-20; Thu, 03 Apr 2014 23:07:08 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WVqiw-0000Rr-4v; Thu, 03 Apr 2014 23:07:06 +0000 Received: from 107-1-141-74-ip-static.hfc.comcastbusiness.net ([107.1.141.74] helo=[192.168.254.170]) by merlin.infradead.org with esmtpsa (Exim 4.80.1 #2 (Red Hat Linux)) id 1WVqit-0000Rg-Sm; Thu, 03 Apr 2014 23:07:04 +0000 Message-ID: <1396566421.4369.28.camel@smoke> Subject: [PATCH arm64 bootwrapper] Fix maintainer-clean make target From: Geoff Levand To: Catalin Marinas Date: Thu, 03 Apr 2014 16:07:01 -0700 X-Mailer: Evolution 3.10.4-0ubuntu1 Mime-Version: 1.0 Cc: linaro-kernel@lists.linaro.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add the missing MAINTAINERCLEANFILES to makefile.am. Signed-off-by: Geoff Levand --- 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