public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [kbuild-devel] Re: CML2-2.1.3 is available
  2002-01-21 16:22     ` Daniel Phillips
@ 2002-01-21 17:05       ` Giacomo Catenazzi
  2002-01-21 23:11         ` Daniel Phillips
  2002-01-23 21:45         ` Daniel Phillips
  0 siblings, 2 replies; 6+ messages in thread
From: Giacomo Catenazzi @ 2002-01-21 17:05 UTC (permalink / raw)
  To: Daniel Phillips; +Cc: linux-kernel, kbuild-devel


Daniel Phillips wrote:

> 
> I detect a slight lack of symmetry here, shouldn't it be "make autoconfig"?
> Pardon me if this has been beaten to^W^W discussed above.


Yes. It should be "make autoconfig", for symmterty reasons :-)
I called the files and the project autoconfigure, because
'autoconfig' is already an utility made by GNU. (not related
to kernel)

	giacomo



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [kbuild-devel] Re: CML2-2.1.3 is available
  2002-01-21 17:05       ` [kbuild-devel] " Giacomo Catenazzi
@ 2002-01-21 23:11         ` Daniel Phillips
  2002-01-22  6:29           ` Kai Henningsen
  2002-01-23 21:45         ` Daniel Phillips
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Phillips @ 2002-01-21 23:11 UTC (permalink / raw)
  To: Giacomo Catenazzi; +Cc: linux-kernel, kbuild-devel

On January 21, 2002 06:05 pm, Giacomo Catenazzi wrote:
> Daniel Phillips wrote:
> 
> > 
> > I detect a slight lack of symmetry here, shouldn't it be "make
> > autoconfig"? Pardon me if this has been beaten to^W^W discussed above.
> 
> 
> Yes. It should be "make autoconfig", for symmterty reasons :-)
> I called the files and the project autoconfigure, because
> 'autoconfig' is already an utility made by GNU. (not related
> to kernel)

This is kernel autoconfig, different namespace, same idea.  I don't think you 
have a problem.  Besides, last time I checked, autoconfig wasn't copyrighted.

--
Daniel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [kbuild-devel] Re: CML2-2.1.3 is available
  2002-01-21 23:11         ` Daniel Phillips
@ 2002-01-22  6:29           ` Kai Henningsen
  0 siblings, 0 replies; 6+ messages in thread
From: Kai Henningsen @ 2002-01-22  6:29 UTC (permalink / raw)
  To: linux-kernel

phillips@bonn-fries.net (Daniel Phillips)  wrote on 22.01.02 in <E16Snav-0001kl-00@starship.berlin>:

> On January 21, 2002 06:05 pm, Giacomo Catenazzi wrote:
> > Daniel Phillips wrote:
> >
> > >
> > > I detect a slight lack of symmetry here, shouldn't it be "make
> > > autoconfig"? Pardon me if this has been beaten to^W^W discussed above.
> >
> >
> > Yes. It should be "make autoconfig", for symmterty reasons :-)
> > I called the files and the project autoconfigure, because
> > 'autoconfig' is already an utility made by GNU. (not related
> > to kernel)
>
> This is kernel autoconfig, different namespace, same idea.  I don't think
> you have a problem.  Besides, last time I checked, autoconfig wasn't
> copyrighted.

Last time I checked, autoconf (not -ig) was GPL. But as long as you don't  
use code from it, copyright is completely irrelevant anyway: trademark  
status might be relevant when you're talking about names. (And %@$&$!  
patent status when talking about algorithms.)

MfG Kai

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [kbuild-devel] Re: CML2-2.1.3 is available
       [not found] ` <fa.hoedihv.1fn2r15@ifi.uio.no>
@ 2002-01-22  9:11   ` Giacomo Catenazzi
  2002-01-22  9:20     ` Keith Owens
  0 siblings, 1 reply; 6+ messages in thread
From: Giacomo Catenazzi @ 2002-01-22  9:11 UTC (permalink / raw)
  To: linux-kernel



Kai Henningsen wrote:

> phillips@bonn-fries.net (Daniel Phillips)  wrote on 22.01.02 in <E16Snav-0001kl-00@starship.berlin>:
>>On January 21, 2002 06:05 pm, Giacomo Catenazzi wrote:
>>
>>This is kernel autoconfig, different namespace, same idea.  I don't think
>>you have a problem.  Besides, last time I checked, autoconfig wasn't
>>copyrighted.
>>
> 
> Last time I checked, autoconf (not -ig) was GPL. But as long as you don't  
> use code from it, copyright is completely irrelevant anyway: trademark  
> status might be relevant when you're talking about names. (And %@$&$!  
> patent status when talking about algorithms.)
> 

No problem on copyright, licences,...
I choose (for the file names, not for the 'make autoconfig') a
longer name, to distinguish the kernel autoconfig from the
GNU autoconf (without the final 'ig').
Only for pratical reasons.

If autoconfigure will go in the kernel, I have not problems on
filenames, but when I initially created it, I thinked ev. to
distribuite it as a package. Here the name matter.

IMHO longer filename ia a good things (iff normal user should
not type it).

	giacomo


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CML2-2.1.3 is available
  2002-01-22  9:11   ` [kbuild-devel] Re: CML2-2.1.3 is available Giacomo Catenazzi
@ 2002-01-22  9:20     ` Keith Owens
  0 siblings, 0 replies; 6+ messages in thread
From: Keith Owens @ 2002-01-22  9:20 UTC (permalink / raw)
  To: Giacomo Catenazzi; +Cc: linux-kernel

On Tue, 22 Jan 2002 10:11:10 +0100, 
Giacomo Catenazzi <cate@debian.org> wrote:
>If autoconfigure will go in the kernel, I have not problems on
>filenames, but when I initially created it, I thinked ev. to
>distribuite it as a package. Here the name matter.
>
>IMHO longer filename ia a good things (iff normal user should
>not type it).

autoconf autoconfigure: symlinks
        $(CONFIG_SHELL) scripts/....

make autoconf == make autoconfigure.

Watch out for the generated autoconf.h file, it might confuse some
people.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [kbuild-devel] Re: CML2-2.1.3 is available
  2002-01-21 17:05       ` [kbuild-devel] " Giacomo Catenazzi
  2002-01-21 23:11         ` Daniel Phillips
@ 2002-01-23 21:45         ` Daniel Phillips
  1 sibling, 0 replies; 6+ messages in thread
From: Daniel Phillips @ 2002-01-23 21:45 UTC (permalink / raw)
  To: Giacomo Catenazzi; +Cc: linux-kernel, kbuild-devel

On January 22, 2002 12:11 am, Daniel Phillips wrote:
> On January 21, 2002 06:05 pm, Giacomo Catenazzi wrote:
> > Daniel Phillips wrote:
> > > 
> > > I detect a slight lack of symmetry here, shouldn't it be "make
> > > autoconfig"? Pardon me if this has been beaten to^W^W discussed above.
> > 
> > Yes. It should be "make autoconfig", for symmterty reasons :-)
> > I called the files and the project autoconfigure, because
> > 'autoconfig' is already an utility made by GNU. (not related
> > to kernel)
> 
> This is kernel autoconfig, different namespace, same idea.  I don't think
> you have a problem.  Besides, last time I checked, autoconfig wasn't 
> copyrighted.

Oh wait, the 'real autoconf' is called autoconf, not autoconfig (duh) so 
there is no reason at all to avoid 'make autoconfig'.

--
Daniel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-01-24 18:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.i9jpu1v.8nmk39@ifi.uio.no>
     [not found] ` <fa.hoedihv.1fn2r15@ifi.uio.no>
2002-01-22  9:11   ` [kbuild-devel] Re: CML2-2.1.3 is available Giacomo Catenazzi
2002-01-22  9:20     ` Keith Owens
2002-01-15 19:53 Eric S. Raymond
2002-01-15 20:25 ` Russell King
2002-01-15 19:37   ` Rob Landley
2002-01-21 16:22     ` Daniel Phillips
2002-01-21 17:05       ` [kbuild-devel] " Giacomo Catenazzi
2002-01-21 23:11         ` Daniel Phillips
2002-01-22  6:29           ` Kai Henningsen
2002-01-23 21:45         ` Daniel Phillips

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox