All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] uml: adding include/asm generate rule
@ 2008-02-12 21:26 Jiri Olsa
  2008-02-13 17:45 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Olsa @ 2008-02-12 21:26 UTC (permalink / raw)
  To: Jeff Dike; +Cc: uml-devel

Hi,

I noticed UML does not create include/asm symlink automatically.
I found this during solving another issue, so I dont know if this
really helps or it is useless..

Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
---
 arch/um/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/um/Makefile b/arch/um/Makefile
index dbeab15..8708a56 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -29,7 +29,7 @@ SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),include/asm-um/$(header))
 # These are cleaned up during mrproper. Please DO NOT fix it again, this is
 # the Correct Thing(tm) to do!
 ARCH_SYMLINKS = include/asm-um/arch $(ARCH_DIR)/include/sysdep $(ARCH_DIR)/os \
-	$(SYMLINK_HEADERS) $(ARCH_DIR)/include/uml-config.h
+	$(SYMLINK_HEADERS) $(ARCH_DIR)/include/uml-config.h include/asm
 
 MODE_INCLUDE	+= -I$(srctree)/$(ARCH_DIR)/include/skas
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] [PATCH] uml: adding include/asm generate rule
  2008-02-12 21:26 [uml-devel] [PATCH] uml: adding include/asm generate rule Jiri Olsa
@ 2008-02-13 17:45 ` Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2008-02-13 17:45 UTC (permalink / raw)
  To: Jiri Olsa; +Cc: uml-devel

On Tue, Feb 12, 2008 at 10:26:47PM +0100, Jiri Olsa wrote:
> Hi,
> 
> I noticed UML does not create include/asm symlink automatically.
> I found this during solving another issue, so I dont know if this
> really helps or it is useless..

This patch must be wrong, since
	include/asm is created by the generic kbuild, not the arch Makefile
	if include/asm wasn't being created, lots and lots of people
would have noticed
	the patch doesn't seem to take O= builds into account

				Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2008-02-13 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-12 21:26 [uml-devel] [PATCH] uml: adding include/asm generate rule Jiri Olsa
2008-02-13 17:45 ` Jeff Dike

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.