public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lost chunk of "uml: build cleanups"
@ 2005-09-06  1:02 viro
  2005-09-07 16:23 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: viro @ 2005-09-06  1:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Jeff Dike, linux-kernel

A piece of the UML stubs patch got lost - it has
    Killed STUBS_CFLAGS - it's not needed and the only remaining use had been
    gratitious - it only polluted CFLAGS
in description and does remove it in arch/um/Makefile-x86_64, but forgets to
do the same in i386 counterpart.  Lost chunk follows:

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC13-git5-uml-user/arch/um/Makefile-i386 RC13-git5-stubs/arch/um/Makefile-i386
--- RC13-git5-uml-user/arch/um/Makefile-i386	2005-08-28 23:09:40.000000000 -0400
+++ RC13-git5-stubs/arch/um/Makefile-i386	2005-09-05 16:40:46.000000000 -0400
@@ -27,7 +27,7 @@
 endif
 endif
 
-CFLAGS += -U__$(SUBARCH)__ -U$(SUBARCH) $(STUB_CFLAGS)
+CFLAGS += -U__$(SUBARCH)__ -U$(SUBARCH)
 
 ifneq ($(CONFIG_GPROF),y)
 ARCH_CFLAGS += -DUM_FASTCALL

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

* Re: [PATCH] lost chunk of "uml: build cleanups"
  2005-09-06  1:02 [PATCH] lost chunk of "uml: build cleanups" viro
@ 2005-09-07 16:23 ` Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2005-09-07 16:23 UTC (permalink / raw)
  To: viro; +Cc: Linus Torvalds, linux-kernel

On Tue, Sep 06, 2005 at 02:02:22AM +0100, viro@ZenIV.linux.org.uk wrote:
> A piece of the UML stubs patch got lost - it has
>     Killed STUBS_CFLAGS - it's not needed and the only remaining use had been
>     gratitious - it only polluted CFLAGS
> in description and does remove it in arch/um/Makefile-x86_64, but forgets to
> do the same in i386 counterpart.  Lost chunk follows:
> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Acked-by: Jeff Dike <jdike@addtoit.com>

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

end of thread, other threads:[~2005-09-07 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-06  1:02 [PATCH] lost chunk of "uml: build cleanups" viro
2005-09-07 16:23 ` Jeff Dike

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