linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile typo
@ 2002-08-28  7:31 Rusty Russell
  2002-08-28 18:28 ` James Simmons
  0 siblings, 1 reply; 3+ messages in thread
From: Rusty Russell @ 2002-08-28  7:31 UTC (permalink / raw)
  To: James Simmons, geert; +Cc: linux-kernel, trivial

s/cfbimgblit/cfbimgblt/

Rusty.

--- working-2.5.32-hotcpu-cpudown-ppc/drivers/video/Makefile.~1~	2002-08-28 09:29:47.000000000 +1000
+++ working-2.5.32-hotcpu-cpudown-ppc/drivers/video/Makefile	2002-08-28 17:28:23.000000000 +1000
@@ -60,7 +60,7 @@
 obj-$(CONFIG_FB_3DFX)             += tdfxfb.o
 obj-$(CONFIG_FB_MAC)              += macfb.o macmodes.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o 
 obj-$(CONFIG_FB_HP300)            += hpfb.o cfbfillrect.o cfbimgblt.o
-obj-$(CONFIG_FB_OF)               += offb.o cfbfillrect.o cfbimgblit.o cfbcopyarea.o
+obj-$(CONFIG_FB_OF)               += offb.o cfbfillrect.o cfbimgblt.o cfbcopyarea.o
 obj-$(CONFIG_FB_IMSTT)            += imsttfb.o
 obj-$(CONFIG_FB_RETINAZ3)         += retz3fb.o
 obj-$(CONFIG_FB_CLGEN)            += clgenfb.o

--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

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

* Re: [PATCH] Makefile typo
  2002-08-28  7:31 [PATCH] Makefile typo Rusty Russell
@ 2002-08-28 18:28 ` James Simmons
  0 siblings, 0 replies; 3+ messages in thread
From: James Simmons @ 2002-08-28 18:28 UTC (permalink / raw)
  To: Rusty Russell; +Cc: James Simmons, geert, linux-kernel, trivial


Thanks. It is in the next set of changes for the fbdev layer.

MS: (n) 1. A debilitating and surprisingly widespread affliction that
renders the sufferer barely able to perform the simplest task. 2. A disease.

James Simmons  [jsimmons@users.sf.net] 	                ____/|
fbdev/console/gfx developer                             \ o.O|
http://www.linux-fbdev.org                               =(_)=
http://linuxgfx.sourceforge.net                            U
http://linuxconsole.sourceforge.net

On Wed, 28 Aug 2002, Rusty Russell wrote:

> s/cfbimgblit/cfbimgblt/
>
> Rusty.
>
> --- working-2.5.32-hotcpu-cpudown-ppc/drivers/video/Makefile.~1~	2002-08-28 09:29:47.000000000 +1000
> +++ working-2.5.32-hotcpu-cpudown-ppc/drivers/video/Makefile	2002-08-28 17:28:23.000000000 +1000
> @@ -60,7 +60,7 @@
>  obj-$(CONFIG_FB_3DFX)             += tdfxfb.o
>  obj-$(CONFIG_FB_MAC)              += macfb.o macmodes.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o
>  obj-$(CONFIG_FB_HP300)            += hpfb.o cfbfillrect.o cfbimgblt.o
> -obj-$(CONFIG_FB_OF)               += offb.o cfbfillrect.o cfbimgblit.o cfbcopyarea.o
> +obj-$(CONFIG_FB_OF)               += offb.o cfbfillrect.o cfbimgblt.o cfbcopyarea.o
>  obj-$(CONFIG_FB_IMSTT)            += imsttfb.o
>  obj-$(CONFIG_FB_RETINAZ3)         += retz3fb.o
>  obj-$(CONFIG_FB_CLGEN)            += clgenfb.o
>
> --
>   Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


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

* [PATCH] Makefile typo
@ 2006-07-05 16:57 Andreas Schwab
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2006-07-05 16:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Fix a typo in the toplevel makefile.

Signed-off-by: Andreas Schwab <schwab@suse.de>

diff --git a/Makefile b/Makefile
index 11a850c..82f76a9 100644
--- a/Makefile
+++ b/Makefile
@@ -528,7 +528,7 @@ #  INSTALL_MOD_STRIP will used as the op
 
 ifdef INSTALL_MOD_STRIP
 ifeq ($(INSTALL_MOD_STRIP),1)
-mod_strip_cmd = $STRIP) --strip-debug
+mod_strip_cmd = $(STRIP) --strip-debug
 else
 mod_strip_cmd = $(STRIP) $(INSTALL_MOD_STRIP)
 endif # INSTALL_MOD_STRIP=1

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

end of thread, other threads:[~2006-07-05 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-28  7:31 [PATCH] Makefile typo Rusty Russell
2002-08-28 18:28 ` James Simmons
2006-07-05 16:57 Andreas Schwab

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