Re: make allmodconfig broken in 2.5.41?

From: Sam Ravnborg (sam@ravnborg.org)
Date: Thu Oct 10 2002 - 11:22:51 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:37 EST