public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] [PATCH] arch/ia64/boot/Makefile
@ 2002-07-23 23:51 David N. Lombard
  2002-07-23 23:59 ` David Mosberger
  0 siblings, 1 reply; 2+ messages in thread
From: David N. Lombard @ 2002-07-23 23:51 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

arch/ia64/boot/Makefile uses the macro TARGET without defining it.

The attached patch corrects that.

-- 
David N. Lombard
MSC.Software

[-- Attachment #2: ia64-boot.diff --]
[-- Type: text/plain, Size: 212 bytes --]

--- arch/ia64/boot/Makefile.orig	Thu Jan  4 12:50:17 2001
+++ arch/ia64/boot/Makefile	Tue Jul 23 14:30:07 2002
@@ -27,6 +27,6 @@
 	-o bootloader
 
 clean:
-	rm -f $(TARGETS)
+	rm -f bootloader $(OBJECTS)
 
 dep:

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

* Re: [Linux-ia64] [PATCH] arch/ia64/boot/Makefile
  2002-07-23 23:51 [Linux-ia64] [PATCH] arch/ia64/boot/Makefile David N. Lombard
@ 2002-07-23 23:59 ` David Mosberger
  0 siblings, 0 replies; 2+ messages in thread
From: David Mosberger @ 2002-07-23 23:59 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Tue, 23 Jul 2002 16:51:11 -0700, "David N. Lombard" <david.lombard@mscsoftware.com> said:

  David.L> arch/ia64/boot/Makefile uses the macro TARGET without defining it.
  David.L> The attached patch corrects that.

  David.L> clean:
  David.L> -	rm -f $(TARGETS)
  David.L> +	rm -f bootloader $(OBJECTS)

This probably broke when TARGETS got replaced by targets-y.
Thanks for the patch.

	--david


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

end of thread, other threads:[~2002-07-23 23:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-23 23:51 [Linux-ia64] [PATCH] arch/ia64/boot/Makefile David N. Lombard
2002-07-23 23:59 ` David Mosberger

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