linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make allmodconfig broken in 2.5.41?
@ 2002-10-10  5:02 Robinson Maureira Castillo
  2002-10-10 16:22 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Robinson Maureira Castillo @ 2002-10-10  5:02 UTC (permalink / raw)
  To: linux-kernel

Hi all,

drivers/scsi/53c700.c:162:22: 53c700_d.h: No such file or directory
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.

after doing:

make allmodconfig
make dep

Best regards
-- 
Robinson Maureira Castillo
Asesor DAI
INACAP


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

* Re: make allmodconfig broken in 2.5.41?
  2002-10-10  5:02 make allmodconfig broken in 2.5.41? Robinson Maureira Castillo
@ 2002-10-10 16:22 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2002-10-10 16:22 UTC (permalink / raw)
  To: Robinson Maureira Castillo; +Cc: linux-kernel

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

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

end of thread, other threads:[~2002-10-10 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-10  5:02 make allmodconfig broken in 2.5.41? Robinson Maureira Castillo
2002-10-10 16:22 ` Sam Ravnborg

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).