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/