linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Linus Torvalds <torvalds@transmeta.com>,
	Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux v2.5.40 - and a feature freeze reminder
Date: Tue, 1 Oct 2002 19:29:43 +0200 (CEST)	[thread overview]
Message-ID: <Pine.NEB.4.44.0210011924070.10143-100000@mimas.fachschaften.tu-muenchen.de> (raw)
In-Reply-To: <Pine.LNX.4.33.0210010021400.25527-100000@penguin.transmeta.com>

On Tue, 1 Oct 2002, Linus Torvalds wrote:

>...
> Summary of changes from v2.5.39 to v2.5.40
> ============================================
>...
> Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>:
>...
>   o kbuild: Make KBUILD_VERBOSE=0 work better under emacs
>...

This change is broken, it has the effect that compilation no longer stops
when the compilation of a .c file fails, kbuild doesn't stop the
compilation until it misses the .o when linking, e.g. (the directory is
still called "2.5.39" because I forgot to change the name after applying
patch-2.5.40 but this is 2.5.40):

<--  snip  -->

...
  gcc -Wp,-MD,./.idt77252.o.d -D__KERNEL__
-I/home/bunk/linux/kernel-2.5/linux-2
.5.39-full/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=k6 -I/home/bunk/linux/kernel-2.5/linux-2.5.39-full/arch/i386/mach-generic
-nostdinc -iwithprefix include  -g  -DKBUILD_BASENAME=idt77252   -c -o
idt77252.o idt77252.c
drivers/atm/idt77252.c: In function `alloc_scq':
drivers/atm/idt77252.c:669: warning: unsigned int format, different type arg (arg 5)
drivers/atm/idt77252.c: In function `idt77252_interrupt':
drivers/atm/idt77252.c:2899: warning: implicit declaration of function `queue_task'
drivers/atm/idt77252.c:2899: `tq_immediate' undeclared (first use in this function)
drivers/atm/idt77252.c:2899: (Each undeclared identifier is reported only once
drivers/atm/idt77252.c:2899: for each function it appears in.)
drivers/atm/idt77252.c:2900: warning: implicit declaration of function `mark_bh'
drivers/atm/idt77252.c:2900: `IMMEDIATE_BH' undeclared (first use in this function)
  gcc -Wp,-MD,./.idt77105.o.d -D__KERNEL__ -I/home/bunk/linux/kernel-2.5/linux-2
.5.39-full/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=k6
-I/home/bunk/linux/kernel-2.5/linux-2.5.39-full/arch/i386/mach-generic
-nostdinc -iwithprefix include  -g  -DKBUILD_BASENAME=idt77105   -c -o
idt77105.o idt77105.c
...
  gcc -Wp,-MD,./.fore200e_pca_fw.o.d -D__KERNEL__
-I/home/bunk/linux/kernel-2.5/
linux-2.5.39-full/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=k6
-I/home/bunk/linux/kernel-2.5/linux-2.5.39-full/arch/i386/mach-generic
 -nostdinc -iwithprefix include  -g  -DKBUILD_BASENAME=fore200e_pca_fw
-c -o fore200e_pca_fw.o fore200e_pca_fw.c
  ld -m elf_i386  -r -o fore_200e.o fore200e.o fore200e_pca_fw.o
   ld -m elf_i386  -r -o built-in.o atmdev_init.o eni.o suni.o zatm.o
uPD98402.o
 nicstar.o idt77252.o idt77105.o horizon.o ambassador.o atmtcp.o iphase.o
firestream.o lanai.o fore_200e.o
ld: cannot open idt77252.o: No such file or directory
make[2]: *** [built-in.o] Error 1
make[2]: Leaving directory `/home/bunk/linux/kernel-2.5/linux-2.5.39-full/drivers/atm'

<--  snip  -->

cu
Adrian

-- 

You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
								Alan Cox


  parent reply	other threads:[~2002-10-01 17:25 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-01  7:32 Linux v2.5.40 - and a feature freeze reminder Linus Torvalds
2002-10-01  7:39 ` DevilKin
2002-10-01  8:00   ` jbradford
2002-10-01  8:04   ` Linus Torvalds
2002-10-01  8:23     ` Thomas Molina
2002-10-01  8:27       ` DevilKin
2002-10-01 10:28       ` Jens Axboe
2002-10-01  8:49 ` Gregoire Favre
2002-10-01 10:42 ` Alan Cox
2002-10-01 12:25 ` jlnance
2002-10-01 15:34   ` Dave Jones
2002-10-01 17:02   ` Vojtech Pavlik
2002-10-01 14:48 ` Denis Vlasenko
2002-10-01 17:29 ` Adrian Bunk [this message]
2002-10-01 17:44   ` Kai Germaschewski
2002-10-01 21:14 ` Christoph Hellwig
2002-10-01 22:51   ` Chris Wedgwood
2002-10-02  0:35   ` Linus Torvalds
2002-10-02  0:52     ` Alexander Viro
2002-10-02  3:12       ` Linus Torvalds
2002-10-02 12:11         ` Andries Brouwer
2002-10-02  6:51     ` Jens Axboe
2002-10-05 22:28 ` Peter Osterlund
2002-10-05 22:39   ` Kai Germaschewski
2002-10-05 23:06 ` Peter Osterlund
2002-10-06  0:09   ` Linus Torvalds
2002-10-08 21:56 ` Hans Reiser
     [not found] <fa.mpta6av.960ggh@ifi.uio.no>
     [not found] ` <fa.hu1gd9v.fku81p@ifi.uio.no>
2002-10-01  7:41   ` Nils O. =?ISO-8859-1?Q?Sel=E5sdal=22?= <noselasd@Utel.no>
2002-10-01 11:39 Markus Weiss
2002-10-01 16:35 ` James H. Cloos Jr.
     [not found] <96096729@toto.iv>
2002-10-01 23:06 ` Peter Chubb
2002-10-02  0:26   ` Chris Wedgwood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.NEB.4.44.0210011924070.10143-100000@mimas.fachschaften.tu-muenchen.de \
    --to=bunk@fs.tum.de \
    --cc=kai@tp1.ruhr-uni-bochum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).