From: Tom Rini <trini@kernel.crashing.org>
To: Olaf Hering <olh@suse.de>
Cc: linuxppc-dev@ozlabs.org, Sam Ravnborg <sam@ravnborg.org>
Subject: Re: make -j12 all fails in uImage target
Date: Wed, 16 Feb 2005 08:54:19 -0700 [thread overview]
Message-ID: <20050216155419.GJ31436@smtp.west.cox.net> (raw)
In-Reply-To: <20050207082948.GB29823@suse.de>
On Mon, Feb 07, 2005 at 09:29:48AM +0100, Olaf Hering wrote:
> On Sun, Feb 06, Sam Ravnborg wrote:
>
> > Something like this may do the trick:
> >
> > $(obj)/images: $(addprefix $(obj)/,$(subdir-y) $(bootdir-y))
> > $(Q)$(MAKE) $(build)=$@
> >
> > And then delete the assignment of images to subdir-y
>
> That still doesnt work right, I touched one .c file which lead to a new
> vmlinux, now zImage.rs6k is too small:
Is it possible that the dependency is being met by the file being there,
but not done? If so, would perhaps depending on System.map as well for
vmlinux.bin fix the problem?
This doesn't make sense to me, but taking a quick look over things,
zImage.chrp (/etc) do have dependncies on vmlinux.gz which has deps on
vmlinux.bin, which deps on vmlinux.
--
Tom Rini
http://gate.crashing.org/~trini/
next prev parent reply other threads:[~2005-02-16 15:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-06 12:40 make -j12 all fails in uImage target Olaf Hering
2005-02-06 21:51 ` Tom Rini
2005-02-06 21:57 ` Olaf Hering
2005-02-06 22:53 ` Sam Ravnborg
2005-02-06 23:43 ` Benjamin Herrenschmidt
2005-02-07 5:39 ` Sam Ravnborg
2005-02-06 23:50 ` Tom Rini
2005-02-07 8:29 ` Olaf Hering
2005-02-16 15:54 ` Tom Rini [this message]
2005-05-25 21:34 ` Olaf Hering
2005-07-12 21:29 ` [PATCH] " Olaf Hering
2005-07-12 21:36 ` Tom Rini
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=20050216155419.GJ31436@smtp.west.cox.net \
--to=trini@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=olh@suse.de \
--cc=sam@ravnborg.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 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).