From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 74ED3AE9A for ; Wed, 11 Jun 2014 11:54:50 +0200 (CEST) Received: by mail-wi0-f181.google.com with SMTP id n3so754271wiv.8 for ; Wed, 11 Jun 2014 02:55:05 -0700 (PDT) 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=LJt45YF+o/FbwUESOxtQ8BPsRiCX6haRQKHSPLm/o2A=; b=fx9Devqq38SV/2MIiONno6n8dMY6QnZ9+vajwjHyzKB2zqJNT+dzzjT4uc8nS62084 Mx9BiJKakOK5e/gxn7sPR8YoJb7aMkfO+PNA+RLB0ARHYLsYR1kFkYfNvhW8wpe+2Fq5 FBcm8d1McdRJGsJnnx83Mt5FmPAQCmlf1FsQvncc33F4qxT4E0tINCNvBp+xrNfgAxI6 81o0tzGviZnaXYMs/JklTo/Y9WLddEPFwJbKQyLuL3E/DV4oe4gl0JWRc3JQ4Ul8cknD D9r29w/nZn/anvFEOHXevWzkJf/JvWtMpG8gQqgY4BpoA4CiSsD3fOb/RtsxieNL3CvV LoCw== X-Gm-Message-State: ALoCoQnbsSOq74BgmMF81mHSr0oeD5VpBKa5AWM8Jvx+TnkGPCRJXf7xOwCn11q2Eg9r6leHU9lc X-Received: by 10.194.178.99 with SMTP id cx3mr50052116wjc.54.1402480505117; Wed, 11 Jun 2014 02:55:05 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id s10sm33446034wjs.29.2014.06.11.02.55.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 02:55:04 -0700 (PDT) From: Thomas Monjalon To: Olivier MATZ Date: Wed, 11 Jun 2014 11:55:05 +0200 Message-ID: <6943665.nH4y6VdFHh@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <53973141.2050300@6wind.com> References: <1402408744-19661-1-git-send-email-thomas.monjalon@6wind.com> <1402411192-29914-1-git-send-email-thomas.monjalon@6wind.com> <53973141.2050300@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3] mk: factorize config rules 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: Wed, 11 Jun 2014 09:54:50 -0000 > > Error message for missing template is factorized in notemplate rule. > > > > RTE_OUTPUT directory is marked as order-only prerequisite. > > > > RTE_OUTPUT is always created after having been cleaned for rte_config.h. > > > > Signed-off-by: Thomas Monjalon > > Acked-by Olivier Matz Applied for version 1.7.0. -- Thomas