From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id 0F8175F62 for ; Tue, 27 Jan 2015 12:59:15 +0100 (CET) Received: by mail-we0-f182.google.com with SMTP id l61so14412328wev.13 for ; Tue, 27 Jan 2015 03:59:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Acd3M7bJysLmFF5bBQCPNQuPknGs/BzkIgGANhM2+YE=; b=R/+lmYytfxIsUgF9zzBhI/iAtOB4UeDbkCJ4TCGsaZLxwCOqubBp4NtEbztb7OEqsx 4kDCRMfx5KRIS1grLXQUXP251HNrEId0kjFC8hb/FuRt6EVfaPQQ5CROxzrOKwjAiciV mERm9l0TSb53stWUA4C/ELylo/mOQXUtsOtKSe05FBrSf7TbFRsnlCMjPBPu7KkmrFZx UUxep9DUTNqqmVVFP939Auvw2+DcPWs0Gw07UG8igq9lBOML0PvQQoITCStm4snQ+8+9 iPu9BvPTu7heFct2z54+EW984qBPFiCkNAA0FiEOoclHjSqw7WqdXq6PSxSqOG4e3HzP XHUg== X-Gm-Message-State: ALoCoQm6+sSN4c1yZONXQiWqXcnJjAYsNJJJ8gCzmi42F6xO06QWahGF8dW4SUfCS6NDw6UwSAPQ X-Received: by 10.194.76.228 with SMTP id n4mr2111116wjw.74.1422359954828; Tue, 27 Jan 2015 03:59:14 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id i3sm1865890wie.23.2015.01.27.03.59.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 03:59:14 -0800 (PST) From: Thomas Monjalon To: stephen@networkplumber.org Date: Tue, 27 Jan 2015 12:58:47 +0100 Message-ID: <3847973.vveUz4OfA6@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.18.2-2-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1421993948-24785-1-git-send-email-stephen@networkplumber.org> References: <1421993948-24785-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH] mk: allow application to override clean X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 11:59:15 -0000 > In some cases application may want to have additional rules > for clean. This can be handled by allowing the double colon > form of rule. > > https://www.gnu.org/software/make/manual/html_node/Double_002dColon.html > > Single colon and double colon rules for same target causes > an error. > > Signed-off-by: Stephen Hemminger I think this need could also be solved by having a pkgconfig-like file and not using this rte.app.mk. Acked-by: Thomas Monjalon Applied, despite wrong formatting of the patch Thanks -- Thomas