From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965272AbeALTjD (ORCPT + 1 other); Fri, 12 Jan 2018 14:39:03 -0500 Received: from asavdk3.altibox.net ([109.247.116.14]:34157 "EHLO asavdk3.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965081AbeALTjC (ORCPT ); Fri, 12 Jan 2018 14:39:02 -0500 Date: Fri, 12 Jan 2018 20:38:57 +0100 From: Sam Ravnborg To: Ulf Magnusson Cc: Masahiro Yamada , "Yann E. MORIN" , Linux Kbuild mailing list , Michal Marek , Arnaud Lacombe , Linux Kernel Mailing List Subject: Re: [PATCH] kconfig: Sync zconf.y with zconf.tab.c_shipped Message-ID: <20180112193857.GA426@ravnborg.org> References: <1507172808-12246-1-git-send-email-ulfalizer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.2 cv=WJY9ZTkR c=1 sm=1 tr=0 a=ddpE2eP9Sid01c7MzoqXPA==:117 a=ddpE2eP9Sid01c7MzoqXPA==:17 a=kj9zAlcOel0A:10 a=FP58Ms26AAAA:8 a=xdxVPWaItxCDg2HdURoA:9 a=CjuIK1q_8ugA:10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Ulf, Masahiro > > > > BTW, I do not know the historical reason > > why zconf instead of kconf in the first place... > > I have no idea either. kconfig.{l,y} and kconfig_*() would be a lot > less confusing. zconf was the name originally invented by Roman Zippel. kconfig had the name "lc" in the original submission, but was later renamed to kconfig. And if memory serves me correct the original codebase used zconf. The use of Kconfig for the files was first introduced here: https://sourceforge.net/p/kbuild/mailman/message/8519479/ This was before lc aka kconfig was included in the kernel. This was all in a period after the huge CML2 flamewars which some oldies may remember. Surfing dwom memory lane was fun - lot of mails. This was also back when Keith Ownes attempt for a new generation kbuild was rejected and Kai Germaschewski migrated the old build system to something that was good and reliable. Fun times indeed :-) For some of the involved this was not fun at all - investing a lot of time and then see it rejected is never fun. Sam