From: Keith Owens <kaos@ocs.com.au>
To: Nathan <wfilardo@fuse.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: AIC7XXX build broken in 2.5.15+Kbuild?
Date: Sat, 11 May 2002 12:30:34 +1000 [thread overview]
Message-ID: <3691.1021084234@ocs3.intra.ocs.com.au> (raw)
In-Reply-To: Your message of "Fri, 10 May 2002 21:47:39 -0400." <3CDC783B.7040700@fuse.net>
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
prev parent reply other threads:[~2002-05-11 2:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-11 1:47 Nathan
2002-05-11 2:30 ` Keith Owens [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3691.1021084234@ocs3.intra.ocs.com.au \
--to=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=wfilardo@fuse.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®