From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id DB1C05937 for ; Thu, 27 Mar 2014 10:33:58 +0100 (CET) Received: by mail-wg0-f43.google.com with SMTP id x13so2228264wgg.2 for ; Thu, 27 Mar 2014 02:35:32 -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=RocSUgNPyPzK1Mie+WlNJdVvIi3UgbyaT6wihhglxJE=; b=MYDW1ZkhxvKUaaSpKA8cEobEUpm2p6i4ddqB1tx2B8CdBoSg+gBCm63b7zmGIEjyrW X8CvH9MnnJ07FBnh4HzUpWOPRGaX28iNRWIpV7CC/+heZg2oGOC8u7OGcONR0y1E14oA yAxGzSpgAud3g3U4NXVB+EvE//DWH9r3ZzRzIq3KCe1IlbbEKeLUv2Z0CNpcVh5bW+U2 xGjteunPAX2oj4+OecAazob+nNkLjlSZhUC7KS1XYcMw6RFAvpWUpg8KLrTeRmHRme+M wn2w1e+B/aOo1AlKIsofZGrsL3ojqtCEvhiO01Nt46hMjw+QQt0hK/PuUrt1+jq2R/1t Dhzw== X-Gm-Message-State: ALoCoQkUzhEWtWzngLQ241LgSDQOGWPAnnkn6DVvMizsMAe6xgnJDqu0Q9+E7EALVG9x5PqWga8F X-Received: by 10.180.126.38 with SMTP id mv6mr3425591wib.46.1395912932515; Thu, 27 Mar 2014 02:35:32 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id v6sm5536123wif.0.2014.03.27.02.35.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Mar 2014 02:35:31 -0700 (PDT) From: Thomas Monjalon To: Olivier MATZ Date: Thu, 27 Mar 2014 10:35:31 +0100 Message-ID: <4218072.pyFP1M0rYZ@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <5333E1C9.4020607@6wind.com> References: <1391529271-24606-1-git-send-email-thomas.monjalon@6wind.com> <1391529271-24606-11-git-send-email-thomas.monjalon@6wind.com> <5333E1C9.4020607@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] [virtio-net-pmd PATCH 10/16] mk: allow to build outside of the source directory 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: Thu, 27 Mar 2014 09:33:59 -0000 > > S specify source directory (when not already in). > > O specify output directory (when different of current one). > > > > Signed-off-by: Thomas Monjalon > > Reviewed-by: Olivier Matz Applied, thanks -- Thomas