From: Matthew Wilcox <willy@debian.org>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] default to building compressed
Date: Sat, 23 Aug 2003 17:30:38 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106166018214674@msgid-missing> (raw)
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
next reply other threads:[~2003-08-23 17:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-23 17:30 Matthew Wilcox [this message]
2003-08-23 21:06 ` [PATCH] default to building compressed Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-106166018214674@msgid-missing \
--to=willy@debian.org \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.