public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Architecture-specific include files
@ 2001-04-22 20:01 Matthew Wilcox
  2001-04-22 22:23 ` Jeff Dike
  2001-04-26  1:51 ` Jes Sorensen
  0 siblings, 2 replies; 4+ messages in thread
From: Matthew Wilcox @ 2001-04-22 20:01 UTC (permalink / raw)
  To: linux-kernel


Something which came up in one of the hallway discussions at the
kernelsummit was that a lot of the architecture maintainers would find
it more convenient if the arch-specific header files were moved from
include/asm-$ARCH to arch/$ARCH/include.  Since we use a symlink _anyway_,
no global changes to include statements are necessary, we'd merely need
to change Makefile from

symlinks:
        rm -f include/asm
        ( cd include ; ln -sf asm-$(ARCH) asm)

to

symlinks:
        rm -f include/asm
        ( cd include ; ln -sf ../arch/$(ARCH)/include asm)

Would anyone have a problem with this change?  It'll make for a hell
of a big patch from Linus, but it really will simplify the lives of the
architecture maintainers.

-- 
Revolutions do not require corporate support.

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

end of thread, other threads:[~2001-04-29 11:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-22 20:01 Architecture-specific include files Matthew Wilcox
2001-04-22 22:23 ` Jeff Dike
2001-04-26  1:51 ` Jes Sorensen
2001-04-27 10:47   ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox