public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Brown-paper-bag bug in m68k, sparc, and sparc64 config files
@ 2001-05-20  1:06 Benedict Bridgwater
  2001-05-20  1:51 ` Miles Lane
  2001-05-20  1:51 ` Miles Lane
  0 siblings, 2 replies; 7+ messages in thread
From: Benedict Bridgwater @ 2001-05-20  1:06 UTC (permalink / raw)
  To: Linux-Kernel

> This bug unconditionally disables a configuration question -- and it's
> so old that it has propagated across three port files, without either
> of the people who did the cut and paste for the latter two noticing it.
>
> This sort of thing would never ship in CML2, because the compiler
> would throw an undefined-symbol warning on BLK_DEV_ST.  The temptation
> to engage in sarcastic commentary at the expense of people who still
> think CML2 is an unnecessary pain in the butt is great.  But I will
> restrain myself.  This time.

So a shortcoming of the CML1 tools justifies the CML2 language?

I guess the next bug found in the Python2 interpreter will justify
writing CML3 in FORTRAN.

Ben

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Brown-paper-bag bug in m68k, sparc, and sparc64 config files
@ 2001-05-19 22:10 Eric S. Raymond
  2001-05-20  4:10 ` Mike Galbraith
  0 siblings, 1 reply; 7+ messages in thread
From: Eric S. Raymond @ 2001-05-19 22:10 UTC (permalink / raw)
  To: CML2, kbuild-devel

This bug unconditionally disables a configuration question -- and it's
so old that it has propagated across three port files, without either
of the people who did the cut and paste for the latter two noticing it.

This sort of thing would never ship in CML2, because the compiler
would throw an undefined-symbol warning on BLK_DEV_ST.  The temptation
to engage in sarcastic commentary at the expense of people who still
think CML2 is an unnecessary pain in the butt is great.  But I will
restrain myself.  This time.

--- arch/m68k/config.in	2001/05/19 21:36:57	1.1
+++ arch/m68k/config.in	2001/05/19 21:37:12
@@ -192,7 +192,7 @@
       int  'Maximum number of SCSI disks that can be loaded as modules' CONFIG_SD_EXTRA_DEVS 40
    fi
    dep_tristate '  SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
-   if [ "$CONFIG_BLK_DEV_ST" != "n" ]; then
+   if [ "$CONFIG_CHR_DEV_ST" != "n" ]; then
       int  'Maximum number of SCSI tapes that can be loaded as modules' CONFIG_ST_EXTRA_DEVS 2
    fi
    dep_tristate '  SCSI CD-ROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
--- arch/sparc/config.in	2001/05/19 21:34:54	1.1
+++ arch/sparc/config.in	2001/05/19 21:35:21
@@ -162,7 +162,7 @@
 
    dep_tristate '  SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
 
-   if [ "$CONFIG_BLK_DEV_ST" != "n" ]; then
+   if [ "$CONFIG_CHR_DEV_ST" != "n" ]; then
       int  'Maximum number of SCSI tapes that can be loaded as modules' CONFIG_ST_EXTRA_DEVS 2
    fi
 
--- arch/sparc64/config.in	2001/05/19 21:37:33	1.1
+++ arch/sparc64/config.in	2001/05/19 21:37:45
@@ -146,7 +146,7 @@
 
    dep_tristate '  SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
 
-   if [ "$CONFIG_BLK_DEV_ST" != "n" ]; then
+   if [ "$CONFIG_CHR_DEV_ST" != "n" ]; then
       int  'Maximum number of SCSI tapes that can be loaded as modules' CONFIG_ST_EXTRA_DEVS 2
    fi
-- 
		<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>

Conservatism is the blind and fear-filled worship of dead radicals.

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

end of thread, other threads:[~2001-05-20  4:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-20  1:06 Brown-paper-bag bug in m68k, sparc, and sparc64 config files Benedict Bridgwater
2001-05-20  1:51 ` Miles Lane
2001-05-20  2:14   ` Ben Bridgwater
2001-05-20  3:14     ` Keith Owens
2001-05-20  1:51 ` Miles Lane
  -- strict thread matches above, loose matches on Subject: below --
2001-05-19 22:10 Eric S. Raymond
2001-05-20  4:10 ` Mike Galbraith

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