On 09 Apr 2002 15:08:53 -0700, Thomas Duffy <[EMAIL PROTECTED]> wrote: >Anyways...I am seeing an issue in one of your favorite areas, Keith. It >seems that aic7xxx now won't build if you do *not* have >AIC7XXX_BUILD_FIRMWARE config'ed on and you are using separate SRC and >BUILD trees. It gives this error: > >Starting phase 5 (build) for installable >make[1]: *** No rule to make target >`/tmp/tduffy/drivers/scsi/aic7xxx/aic7xxx_reg.h', needed by >`drivers/scsi/aic7xxx/aic7xxx_reg.h'. Stop.
Temporary workaround, while I think about the real fix. -- drivers/scsi/aic7xxx/Makefile.in.orig Wed Apr 10 09:07:59 2002 +++ drivers/scsi/aic7xxx/Makefile.in Wed Apr 10 09:05:52 2002 @@ -56,12 +56,12 @@ else ifneq ($(KBUILD_SRCTREE_000),$(KBUILD_OBJTREE)) user_command(aic7xxx_seq.h - ($(srcfile aic7xxx_seq.h)) + ($(srcfile_base aic7xxx_seq.h)) (cp -a $< $@) () ) user_command(aic7xxx_reg.h - ($(srcfile aic7xxx_reg.h)) + ($(srcfile_base aic7xxx_reg.h)) (cp -a $< $@) () ) _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel