All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@melbourne.sgi.com>
To: Gerald Champagne <gerald.champagne@esstech.com>
Cc: linux-mips@oss.sgi.com
Subject: Re: How can I determine which files are used?
Date: Fri, 14 Sep 2001 11:35:12 +1000	[thread overview]
Message-ID: <13641.1000431312@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Thu, 13 Sep 2001 16:43:19 EST." <3BA12877.6030505@esstech.com>

On Thu, 13 Sep 2001 16:43:19 -0500, 
Gerald Champagne <gerald.champagne@esstech.com> wrote:
>Is there a recommended method of determining which files in the
>Linux source tree are used with a given .config file?

Not with the current kernel build system.  Kernel build 2.5[*] provides
the information you need but the existing system does not.

The best you can do with the current system is to make clean, make dep,
touch stamp, make bzImage modules.  Then find all files accessed after
make dep finished using find -type f -anewer stamp.

[*]http://sourceforge.net/projects/kbuild

      parent reply	other threads:[~2001-09-14  1:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-13 21:43 How can I determine which files are used? Gerald Champagne
2001-09-13 21:50 ` Jim Paris
2001-09-13 21:53   ` Jim Paris
2001-09-14  1:35 ` 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=13641.1000431312@kao2.melbourne.sgi.com \
    --to=kaos@melbourne.sgi.com \
    --cc=gerald.champagne@esstech.com \
    --cc=linux-mips@oss.sgi.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.