From: Tom Rini <trini@kernel.crashing.org>
To: Olaf Hering <olh@suse.de>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] write gas check tmp file to O= directory
Date: Sun, 24 Oct 2004 11:10:51 -0700 [thread overview]
Message-ID: <20041024181051.GA20064@smtp.west.cox.net> (raw)
In-Reply-To: <20041024160923.GA22167@suse.de>
On Sun, Oct 24, 2004 at 06:09:23PM +0200, Olaf Hering wrote:
> the tmp file should be in the O= directory.
[snip]
> @@ -132,5 +132,5 @@ endif
>
> CLEAN_FILES += include/asm-$(ARCH)/offsets.h \
> arch/$(ARCH)/kernel/asm-offsets.s \
> - $(TOUT)
> + $(objdir)$(TOUT)
Having to do this seems wrong. We don't need $(objdir) for any other
generated file in CLEAN_FILES.
--
Tom Rini
http://gate.crashing.org/~trini/
next prev parent reply other threads:[~2004-10-24 18:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-24 16:09 [PATCH] write gas check tmp file to O= directory Olaf Hering
2004-10-24 18:10 ` Tom Rini [this message]
2004-10-25 15:33 ` 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=20041024181051.GA20064@smtp.west.cox.net \
--to=trini@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=olh@suse.de \
/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.