linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: lethal@linux-sh.org
Cc: linux-kernel@vger.kernel.org
Subject: SH Port - Makefile
Date: Sat, 14 Jun 2003 21:30:55 +0200	[thread overview]
Message-ID: <20030614193055.GA3673@mars.ravnborg.org> (raw)

Hi Lethal.

Browsing the changes for SH - which mostly look really good - a few
questions popped up:

>From arch/sh/Makefile:
# We don't necessarily agree with the top-level Makefile with regards to what
# does and does not qualify as a noconfig_targets rule. In this case, we're
# still dependant on .config settings in order for core-y (machdir-y in
# particular) to resolve the proper directory. So we just manually include it
# if it hasn't been already..
#
ifndef include_config
-include .config
endif

Could you elaborate a bit more about this.
I cannot see why core-y is really needed for any noconfig_targets.
Note that "make clean" do not need to descend in all directories to
delete .o files, a find is used for that.


target_links
Will it be possible for SH to implement the scheme used for i386 instead.
We have one symlink today, and I like to keep it down on that level.

arch/sh/tools
Something not yet merged?

BOOTIMAGE
No need to define a variable and then only use it once.

	Sam

             reply	other threads:[~2003-06-14 19:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-14 19:30 Sam Ravnborg [this message]
2003-06-14 19:45 ` SH Port - Makefile Paul Mundt
2003-06-14 20:07   ` Sam Ravnborg
2003-06-15  4:50     ` Paul Mundt

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=20030614193055.GA3673@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=lethal@linux-sh.org \
    --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;
as well as URLs for NNTP newsgroup(s).