Re: [PATCH] Start to genericize kconfig for use by other projects.

2007-07-13 Thread Rob Landley
On Thursday 12 July 2007 7:16:45 pm Matt Mackall wrote: > On Thu, Jul 12, 2007 at 02:44:18PM -0400, Rob Landley wrote: > > On Thursday 12 July 2007 12:28:39 pm Roman Zippel wrote: > > > Hi, > > > > > > On Wed, 11 Jul 2007, Rob Landley wrote: > > > > Replace name "Linux Kernel" in menuconfig with a

Re: [PATCH] Start to genericize kconfig for use by other projects.

2007-07-12 Thread Adrian Bunk
On Wed, Jul 11, 2007 at 05:18:57PM -0400, Rob Landley wrote: > On Wednesday 11 July 2007 3:55:21 pm Adrian Bunk wrote: > > On Wed, Jul 11, 2007 at 03:22:13PM -0400, Rob Landley wrote: > > >... > > > --- a/crypto/Makefile Tue Jul 10 17:51:13 2007 -0700 > > > +++ b/crypto/Makefile Wed Jul 11

Re: [PATCH] Start to genericize kconfig for use by other projects.

2007-07-12 Thread Matt Mackall
On Thu, Jul 12, 2007 at 02:44:18PM -0400, Rob Landley wrote: > On Thursday 12 July 2007 12:28:39 pm Roman Zippel wrote: > > Hi, > > > > On Wed, 11 Jul 2007, Rob Landley wrote: > > > Replace name "Linux Kernel" in menuconfig with a macro (defaulting to > > > "Linux Kernel" if not -Ddefined by the ma

Re: [PATCH] Start to genericize kconfig for use by other projects.

2007-07-12 Thread Rob Landley
On Thursday 12 July 2007 12:28:39 pm Roman Zippel wrote: > Hi, > > On Wed, 11 Jul 2007, Rob Landley wrote: > > Replace name "Linux Kernel" in menuconfig with a macro (defaulting to > > "Linux Kernel" if not -Ddefined by the makefile), and remove a few > > unnecessary occurrences of "kernel" in pop-

Re: [PATCH] Start to genericize kconfig for use by other projects.

2007-07-12 Thread Roman Zippel
Hi, On Thu, 12 Jul 2007, I wrote: > On Wed, 11 Jul 2007, Rob Landley wrote: > > > Replace name "Linux Kernel" in menuconfig with a macro (defaulting to "Linux > > Kernel" if not -Ddefined by the makefile), and remove a few unnecessary > > occurrences of "kernel" in pop-up text. > > Could you dr

Re: [PATCH] Start to genericize kconfig for use by other projects.

2007-07-12 Thread Roman Zippel
Hi, On Wed, 11 Jul 2007, Rob Landley wrote: > Replace name "Linux Kernel" in menuconfig with a macro (defaulting to "Linux > Kernel" if not -Ddefined by the makefile), and remove a few unnecessary > occurrences of "kernel" in pop-up text. Could you drop the PROJECT_NAME changes for now? The rest

Re: [PATCH] Start to genericize kconfig for use by other projects.

2007-07-11 Thread Rob Landley
On Wednesday 11 July 2007 3:55:21 pm Adrian Bunk wrote: > On Wed, Jul 11, 2007 at 03:22:13PM -0400, Rob Landley wrote: > >... > > --- a/crypto/Makefile Tue Jul 10 17:51:13 2007 -0700 > > +++ b/crypto/Makefile Wed Jul 11 15:07:07 2007 -0400 > > @@ -50,3 +50,4 @@ obj-$(CONFIG_CRYPTO_CRC32

Re: [PATCH] Start to genericize kconfig for use by other projects.

2007-07-11 Thread Adrian Bunk
On Wed, Jul 11, 2007 at 03:22:13PM -0400, Rob Landley wrote: >... > --- a/crypto/Makefile Tue Jul 10 17:51:13 2007 -0700 > +++ b/crypto/Makefile Wed Jul 11 15:07:07 2007 -0400 > @@ -50,3 +50,4 @@ obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o > obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o > > obj-$(CONFIG_