Re: AIC7XXX build broken in 2.5.15+Kbuild?

From: Keith Owens (kaos@ocs.com.au)
Date: Fri May 10 2002 - 21:30:34 EST


On Fri, 10 May 2002 21:47:39 -0400,
Nathan <wfilardo@fuse.net> wrote:
>Using Kbuild-2.5 core 12, common against 2.5.15-1, i386 against
>2.5.15-1, and some ACPI fixups in arch/i386/{pci,kernel}/Makefile.in to
>make their latest patch work.
>$ make -f Makefile-2.5 drivers/scsi/aic7xxx/aic7xxx_core.o
>make[1]: Nothing to be done for `drivers/scsi/aic7xxx/aic7xxx_core.o'.

While converting the aic7xxx mess to something sane, I missed a line.
There is a secondary problem where the aic7xxx_{seq,reg}.h files are
always rebuilt, I am tracking that down now.

diff -ur 2.5.15-kbuild-2.5/drivers/scsi/aic7xxx/Makefile.in 2.5.15-kbuild-2.5.new/drivers/scsi/aic7xxx/Makefile.in
--- 2.5.15-kbuild-2.5/drivers/scsi/aic7xxx/Makefile.in Sat May 11 12:28:02 2002
+++ 2.5.15-kbuild-2.5.new/drivers/scsi/aic7xxx/Makefile.in Sat May 11 12:23:07 2002
@@ -15,6 +15,8 @@
 
 objlink(aic7xxx.o $(AIC7XXX_OBJS))
 
+select(CONFIG_SCSI_AIC7XXX aic7xxx.o)
+
 extra_cflags_all($(src_includelist /drivers/scsi))
 
 # Only aic7xxx.c includes aic7xxx_seq.h.
@@ -47,12 +49,12 @@
   ifneq ($(KBUILD_SRCTREE_000),$(KBUILD_OBJTREE))
     user_command(aic7xxx_seq.h
         ($(srcfile_base aic7xxx_seq.h))
- (cp -a $< $@)
+ (cp -fa $< $@)
         ()
         )
     user_command(aic7xxx_reg.h
         ($(srcfile_base aic7xxx_reg.h))
- (cp -a $< $@)
+ (cp -fa $< $@)
         ()
         )
   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 May 14 2002 - 12:00:15 EST