From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f54.google.com (mail-oi0-f54.google.com [209.85.218.54]) by dpdk.org (Postfix) with ESMTP id 756FE58E8 for ; Fri, 28 Nov 2014 15:49:30 +0100 (CET) Received: by mail-oi0-f54.google.com with SMTP id u20so4766460oif.27 for ; Fri, 28 Nov 2014 06:49:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Ofe0fsh10ZshjSq0mazAnLG4/Gu4yMtOLH3poORLcN4=; b=QJWEOUsWn8wuNPnyx99RoV8J7sXzSlP24rt9pygyXoTBeJjHEVEMR1UstqfLcJWf/H pNNvrxbreKaN9oqRFcI+CPrpiyVidaPviDdSj84tBwaU6Tb3Q6uib2bZb89IX4I+ZA/W s0mjnDQaLhlutY7RXlyomOaFQEC6kmDs1MyYQnA/40BPrkeFFjmgQ3UDSDSKFubt2054 5Mk/3IROTD8OVvQpIB4A4FV3WnTASrEXUg9leuLI/1mWoRHCpjDjlruzuQXgMtbQu1JE QGbR+9TewuhItlMRT49jxt+zgDRoFVNALfLOWfWSRgWiH6icmHQPRxeMVcuN9jvUYcOo RstQ== X-Gm-Message-State: ALoCoQkkO+Qt95mIs1uFNLAYRzRa952GkXDTVpIO9wJ2/57GoYglcMCgZfvDuxFOQ4+0c6Lf+6z9 MIME-Version: 1.0 X-Received: by 10.182.165.36 with SMTP id yv4mr27654003obb.39.1417186169718; Fri, 28 Nov 2014 06:49:29 -0800 (PST) Received: by 10.76.172.165 with HTTP; Fri, 28 Nov 2014 06:49:29 -0800 (PST) In-Reply-To: <20141128144309.GB3412@bricha3-MOBL3> References: <1417087745-9004-1-git-send-email-david.marchand@6wind.com> <4256507.tIOyuODinC@xps13> <20141128135604.GB5828@bricha3-MOBL3> <20141128144309.GB3412@bricha3-MOBL3> Date: Fri, 28 Nov 2014 15:49:29 +0100 Message-ID: From: David Marchand To: Bruce Richardson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] scripts: fix symbol overriding in configuration files 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: Fri, 28 Nov 2014 14:49:30 -0000 On Fri, Nov 28, 2014 at 3:43 PM, Bruce Richardson < bruce.richardson@intel.com> wrote: > This proposed fix also works. I don't mind whether my patch proposal or > this > fix gets applied - gen-config-h.sh is not a commonly modified script > anyway. > I prefer my ugliness ;-) But Thomas just proposed me something that could work. Trying ... -- David Marchand