linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SH Port - Makefile
@ 2003-06-14 19:30 Sam Ravnborg
  2003-06-14 19:45 ` Paul Mundt
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2003-06-14 19:30 UTC (permalink / raw)
  To: lethal; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-06-15  4:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-14 19:30 SH Port - Makefile Sam Ravnborg
2003-06-14 19:45 ` Paul Mundt
2003-06-14 20:07   ` Sam Ravnborg
2003-06-15  4:50     ` Paul Mundt

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).