From patchwork Tue Jun 7 03:09:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stewart Smith X-Patchwork-Id: 631294 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rNxQt5k9tz9t0t for ; Tue, 7 Jun 2016 13:10:46 +1000 (AEST) Received: from ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3rNxQt4t8rzDqGL for ; Tue, 7 Jun 2016 13:10:46 +1000 (AEST) X-Original-To: skiboot@lists.ozlabs.org Delivered-To: skiboot@lists.ozlabs.org Received: from e19.ny.us.ibm.com (e19.ny.us.ibm.com [129.33.205.209]) (using TLSv1.2 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rNxQp4KpfzDq66 for ; Tue, 7 Jun 2016 13:10:42 +1000 (AEST) Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 6 Jun 2016 23:10:40 -0400 Received: from d01dlp03.pok.ibm.com (9.56.250.168) by e19.ny.us.ibm.com (146.89.104.206) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 6 Jun 2016 23:10:37 -0400 X-IBM-Helo: d01dlp03.pok.ibm.com X-IBM-MailFrom: stewart@linux.vnet.ibm.com X-IBM-RcptTo: skiboot@lists.ozlabs.org;mikey@neuling.org Received: from b01cxnp22033.gho.pok.ibm.com (b01cxnp22033.gho.pok.ibm.com [9.57.198.23]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id AE530C9003E; Mon, 6 Jun 2016 23:10:28 -0400 (EDT) Received: from b01ledav03.gho.pok.ibm.com (b01ledav003.gho.pok.ibm.com [9.57.199.108]) by b01cxnp22033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u573Aah041025748; Tue, 7 Jun 2016 03:10:36 GMT Received: from b01ledav03.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 7D0D1B2046; Mon, 6 Jun 2016 23:10:36 -0400 (EDT) Received: from birb.localdomain (unknown [9.81.215.160]) by b01ledav03.gho.pok.ibm.com (Postfix) with SMTP id B180BB2050; Mon, 6 Jun 2016 23:10:35 -0400 (EDT) Received: by birb.localdomain (Postfix, from userid 1000) id AFF5B229DB27; Tue, 7 Jun 2016 13:09:17 +1000 (AEST) From: Stewart Smith To: Michael Neuling In-Reply-To: <1465190909.25476.95.camel@neuling.org> References: <1465190909.25476.95.camel@neuling.org> User-Agent: Notmuch/0.21+24~gbceb651 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-redhat-linux-gnu) Date: Tue, 07 Jun 2016 13:09:17 +1000 Message-ID: <87k2i1lmoy.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16060703-0057-0000-0000-00000487925E X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused Subject: Re: [Skiboot] [PATCH] Add .version to make clean X-BeenThere: skiboot@lists.ozlabs.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Mailing list for skiboot development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: skiboot Errors-To: skiboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Skiboot" Michael Neuling writes: > .version is missing from the clean target.  Fix this. > > Found with 'make; make clean; git clean -dfx' > > Signed-off-by: Michael Neuling > diff --git a/Makefile.main b/Makefile.main index 30c22be..9432654 100644 --- a/Makefile.main +++ b/Makefile.main @@ -234,7 +234,7 @@ cscope: =C2=A0clean: it looks like X-Mailer: Evolution 3.18.5.2-0ubuntu1 manages to muck up whitespace. Anyway, applied - merged to master as of 8ae39cd