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 511C7AE9A for ; Wed, 11 Jun 2014 11:54:15 +0200 (CEST) Received: by mail-wg0-f43.google.com with SMTP id b13so3862124wgh.26 for ; Wed, 11 Jun 2014 02:54:30 -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=RHDOThvhM+3rN9I9PTe2T2Zknv4OjBUM1kkcQ2wIoJI=; b=R+KFHuIkpTRh5Ol5lifDIGzr4ptqNw8IJx3MnplhO9MA98K6oyJcztWUd8hgbznA+F qwxGrqkarJKUx14o9TKBq1W1rPn5zDCRp4rJeVlZ4fIum/vG5ddm1GP1JvACzVTkHO+N dNEOWyNWNtKr93qdVJAYYErBPhTtdd/jgFqXCN8rtISxNeYFZNiQZUn98GrCaHll1NWt BNTopu0SpGuHDvfCgq9SVQ/eR2P2Y8uDsDs8Wwi50/xWvGwGxPz3wZU0QgmhpVc3oDrh iFd6SVhz0P1REUtw7RUS/ocNmEUTLre0RfT0IDVVWZCfqeOKvE8+8+DcCkAMkfU8fuoz OMNA== X-Gm-Message-State: ALoCoQnmQakuBySzrRRiRREcuEyRVj37VWIHvWiQaOyY2iMQfXhwQRDJqqoup4m81ae5Rxu7yKSQ X-Received: by 10.194.77.177 with SMTP id t17mr24700375wjw.55.1402480469845; Wed, 11 Jun 2014 02:54:29 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id a1sm26108476wiy.15.2014.06.11.02.54.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 02:54:29 -0700 (PDT) From: Thomas Monjalon To: "Richardson, Bruce" Date: Wed, 11 Jun 2014 11:54:29 +0200 Message-ID: <2381814.06mMS9oQGz@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <59AF69C657FD0841A61C55336867B5B01AA34876@IRSMSX103.ger.corp.intel.com> References: <59AF69C657FD0841A61C55336867B5B01AA3475A@IRSMSX103.ger.corp.intel.com> <1402418283-21950-1-git-send-email-thomas.monjalon@6wind.com> <59AF69C657FD0841A61C55336867B5B01AA34876@IRSMSX103.ger.corp.intel.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 v4] mk: allow updates to build config on make install 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:16 -0000 > > From: Bruce Richardson > > > > When running "make config", an additional config.orig file is also > > generated, which is intended to hold the original, clean configuration > > from the template. > > When running make install, we first check if there is no existing > > .config file, and run make config if not. If there is a file, we then > > check if it's unmodified, in which case we regenerate a new .config to > > take account of any possible updates to the template. Finally, in the > > case where there is an existing .config file, and it HAS been modified, > > we then do a check to see if the template has had further updates, and > > throw an error if so. If no updates, we continue with the build using > > the existing, user-modified config. > > > > Signed-off-by: Bruce Richardson > > Signed-off-by: Thomas Monjalon > > Tested-by: Bruce Richardson Previous version was acked by Olivier. It is now applied for version 1.7.0. -- Thomas