public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] default to building compressed
@ 2003-08-23 17:30 Matthew Wilcox
  2003-08-23 21:06 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2003-08-23 17:30 UTC (permalink / raw)
  To: linux-ia64


i386 defaults to building `bzImage' (as well as modules) if you just type
`make'.  This patch mirrors that on ia64 by building `compressed'.

Comments?

Index: arch/ia64/Makefile
=================================RCS file: /var/cvs/linux-2.6/arch/ia64/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- a/arch/ia64/Makefile	23 Aug 2003 02:46:23 -0000	1.4
+++ b/arch/ia64/Makefile	23 Aug 2003 17:28:23 -0000
@@ -70,6 +70,8 @@ boot := arch/ia64/hp/sim/boot
 
 .PHONY: boot compressed check
 
+all: compressed
+
 compressed: vmlinux.gz
 
 vmlinux.gz: vmlinux
@@ -100,6 +102,6 @@ boot:	lib/lib.a vmlinux
 
 
 define archhelp
-  echo '  compressed	- Build compressed kernel image'
+  echo '* compressed	- Build compressed kernel image'
   echo '  boot		- Build vmlinux and bootloader for Ski simulator'
 endef

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk

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

* Re: [PATCH] default to building compressed
  2003-08-23 17:30 [PATCH] default to building compressed Matthew Wilcox
@ 2003-08-23 21:06 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2003-08-23 21:06 UTC (permalink / raw)
  To: linux-ia64

On Sat, Aug 23, 2003 at 06:30:38PM +0100, Matthew Wilcox wrote:
> 
> i386 defaults to building `bzImage' (as well as modules) if you just type
> `make'.  This patch mirrors that on ia64 by building `compressed'.
>
> Comments?

Why not kill this 'compressed' indirection.
If people want to build vmlinux.gz, then let people specify that.
Much less confusing.

The build should also write out the full path to the location of the
kernel - no reason for people to guess the directory.

Sorry - no patch this time :-(

	Sam

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

end of thread, other threads:[~2003-08-23 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-23 17:30 [PATCH] default to building compressed Matthew Wilcox
2003-08-23 21:06 ` Sam Ravnborg

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