From: Sam Ravnborg <sam@ravnborg.org>
To: Dan Kegel <dank@kegel.com>
Cc: Sam Ravnborg <sam@ravnborg.org>, linux-kernel@vger.kernel.org
Subject: Re: bringing back 'make symlinks'?
Date: Sun, 30 May 2004 12:55:02 +0200 [thread overview]
Message-ID: <20040530105502.GA19882@mars.ravnborg.org> (raw)
In-Reply-To: <40B41367.5070607@kegel.com>
On Tue, May 25, 2004 at 08:47:51PM -0700, Dan Kegel wrote:
>
> The way things are now, I can build toolchains for everything
> except the sh architecture (though my toolchain bootstrap script
> is ugly as noted due to the lack of 'make symlinks').
Does the following meet the needs of your cross-tool scripts?
Sam
===== Makefile 1.492 vs edited =====
--- 1.492/Makefile 2004-05-30 08:24:06 +02:00
+++ edited/Makefile 2004-05-30 12:52:36 +02:00
@@ -632,6 +632,10 @@
# All the preparing..
prepare-all: prepare0 prepare
+# symlinks provided for compatibility with 2.4 - this allows boot-strapping
+# tool chains to be simpler
+symlinks: prepare-all
+
# Leave this as default for preprocessing vmlinux.lds.S, which is now
# done in arch/$(ARCH)/kernel/Makefile
next prev parent reply other threads:[~2004-05-30 10:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-25 15:45 bringing back 'make symlinks'? Dan Kegel
2004-05-25 21:43 ` Sam Ravnborg
2004-05-26 3:47 ` Dan Kegel
2004-05-30 10:55 ` Sam Ravnborg [this message]
2004-05-31 18:40 ` Dan Kegel
2004-05-31 20:16 ` 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=20040530105502.GA19882@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=dank@kegel.com \
--cc=linux-kernel@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.