linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Robinson Maureira Castillo <rmaureira@alumno.inacap.cl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: make allmodconfig broken in 2.5.41?
Date: Thu, 10 Oct 2002 18:22:51 +0200	[thread overview]
Message-ID: <20021010182251.A1407@mars.ravnborg.org> (raw)
In-Reply-To: <Pine.LNX.4.44.0210100100240.19850-100000@alumno.inacap.cl>; from rmaureira@alumno.inacap.cl on Thu, Oct 10, 2002 at 01:02:34AM -0400

On Thu, Oct 10, 2002 at 01:02:34AM -0400, Robinson Maureira Castillo wrote:
> drivers/scsi/53c700.c:162:22: 53c700_d.h: No such file or directory
Error in makefile, attached patch fixes this.

> make -f drivers/scsi/aacraid/Makefile fastdep
> /home/rmaureira/kj/2.5/linux-2.5.41/Rules.make:15: *** kbuild: 
> drivers/scsi/aacraid/Makefile - Usage of O_TARGET := aacraid.o is obsolete 
> in 2.5. Please fix!.  Stop.
As it says the Makefile for aacraid uses O_TARGET which is now obsolete.
Fix exists in -ac and in latest snapshot of Linus's tree.

	Sam

===== drivers/scsi/Makefile 1.26 vs edited =====
--- 1.26/drivers/scsi/Makefile	Tue Oct  1 19:04:56 2002
+++ edited/drivers/scsi/Makefile	Thu Oct 10 18:21:15 2002
@@ -137,7 +137,7 @@
 $(obj)/53c7,8xx.o: $(obj)/53c8xx_d.h $(obj)/53c8xx_u.h
 $(obj)/53c7xx.o:   $(obj)/53c7xx_d.h $(obj)/53c7xx_u.h
 $(obj)/sim710.o:   $(obj)/sim710_d.h
-$(obj)/53c700.o $(MODVERDIR)/53c700.ver: $(obj)/53c700_d.h
+$(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h
 
 # If you want to play with the firmware, uncomment
 # GENERATE_FIRMWARE := 1
@@ -162,4 +162,4 @@
 $(obj)/53c700_d.h: $(src)/53c700.scr $(src)/script_asm.pl
 	$(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h) < $<
 
-endif
\ No newline at end of file
+endif

      reply	other threads:[~2002-10-10 16:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-10  5:02 make allmodconfig broken in 2.5.41? Robinson Maureira Castillo
2002-10-10 16:22 ` Sam Ravnborg [this message]

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=20021010182251.A1407@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmaureira@alumno.inacap.cl \
    /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).