From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id A526AADD1 for ; Thu, 12 Feb 2015 15:05:40 +0100 (CET) Received: by mail-wg0-f50.google.com with SMTP id l2so10270282wgh.9 for ; Thu, 12 Feb 2015 06:05:40 -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=CMz4IzTmJXxaE5HrBCOfx/PLh920scDWX5OTb0fc4e4=; b=Ev4Pbdsccn14/6yCQhUgIWEjv7ACJXJUTxIu2hqlAPUltR5f2M6MRHFutgj+cUFZ4n w3Ujd8BGKVyq44SUhkQ1eRb8xJL8BXWbU/ONR8y/wegDoU5umKD+yeKIp80iATr0IrMW nCt3tD9MQOq5f0LSKWn7WXiGftScElxXBRZykp4/+wwsCJ+k1fZXeYvurPUDDefhqQDr 2oK/7TCCPwcChpS8KRjhX4KhH5FcQZLNYjAptxGuDRTGyRv+VnKVZeJJ1JxKNTqE04GF WfcvF00Ewwifj0o59twl28SuBF9kVWZjov256ywKJH+DSdF3e9M9jcCW0vCSFdLpgLC9 l24g== X-Gm-Message-State: ALoCoQnL668gVnH4RPYx657t36emnQPtS8x2OHhGeiJC53uBIRQ1HOrPL0AheO7RDeEYkWHXYciz X-Received: by 10.194.110.233 with SMTP id id9mr8200015wjb.136.1423749940533; Thu, 12 Feb 2015 06:05:40 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id l4sm2688209wiw.9.2015.02.12.06.05.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Feb 2015 06:05:39 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Thu, 12 Feb 2015 15:05:11 +0100 Message-ID: <3708335.2eOKVRM86E@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <54DCB16F.7080104@redhat.com> References: <09445d1715453b2eff4399da998717b967b829b3.1423739602.git.pmatilai@redhat.com> <20150212120834.GC10216@bricha3-MOBL3> <54DCB16F.7080104@redhat.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] Make -Werror optional 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, 12 Feb 2015 14:05:40 -0000 2015-02-12 15:58, Panu Matilainen: > + # see if we're building from git > + ifneq ($(wildcard $(RTE_SDK)/.git),) > + DEVEL_BUILD := y > + endif Yes it allows to force DEVEL_BUILD to any value on command line. But please use RTE_ prefix.