From: James Bottomley <James.Bottomley@steeleye.com>
To: Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Cc: linux-kernel@vger.kernel.org, James.Bottomley@SteelEye.com
Subject: make dep fails on 2.5.22
Date: Tue, 18 Jun 2002 10:50:26 -0500 [thread overview]
Message-ID: <200206181550.g5IFoQ005746@localhost.localdomain> (raw)
The problem is in drivers/scsi because of the auto generated header files for
certain scsi scripts.
It currently errors out for me with my NCR_D700 controller because 53c700.c
requires 53c700_d.h which is an automatically generated header file and thus
doesn't exist when make dep is run.
I can fix this by adding the rule:
$(MODVERDIR)/53c700.ver: 53c700_d.h
but this looks wrong. The dependency is already listed in the existing rule:
53c700.o: 53c700_d.h
Is there any way we can cause make deps to see dynamically generated header
files, which will globally fix the problem? Otherwise, perhaps just adding an
extra variable into the Makefile to tell make dep about the necessary dynamic
headers would be in order?
James
next reply other threads:[~2002-06-18 15:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-18 15:50 James Bottomley [this message]
2002-06-18 16:22 ` Kai Germaschewski
2002-06-18 16:28 ` James Bottomley
2002-06-18 16:54 ` Kai Germaschewski
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=200206181550.g5IFoQ005746@localhost.localdomain \
--to=james.bottomley@steeleye.com \
--cc=kai@tp1.ruhr-uni-bochum.de \
--cc=linux-kernel@vger.kernel.org \
/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®