From: Sam Ravnborg <sam@ravnborg.org>
To: Pawe? Sikora <pluto@pld-linux.org>
Cc: Alexander Stohr <Alexander.Stohr@gmx.de>,
sam@ravnborg.org, linux-kernel@vger.kernel.org
Subject: Re: confirmed: kernel build for 2.6.8-rc3 is broken for at least i386
Date: Sat, 7 Aug 2004 19:39:17 +0200 [thread overview]
Message-ID: <20040807173917.GA14733@mars.ravnborg.org> (raw)
In-Reply-To: <200408071821.08530.pluto@pld-linux.org>
[-- Attachment #1: Type: text/plain, Size: 778 bytes --]
On Sat, Aug 07, 2004 at 06:21:07PM +0200, Pawe? Sikora wrote:
> - $(Q)if [ ! -z $$LC_ALL ]; then \
> - export LANG=$$LC_ALL; \
> - export LC_ALL= ; \
> - fi; \
> - export LC_COLLATE=C; export LC_CTYPE=C; \
> + $(Q) \
>
> ^^^ works for me.
Thanks!
I need to track this a bit more.
Could you please provide me with information of what
you are running.
make version (make --version)
shell & version of shell
distribution
Could you also try if the attached two Makefiles exhibit the same problem.
Just copy them to an empty directory and execute make.
A good run looks like:
Makefile2:1: lds=-P
Hi
A bad run does not have any -P after the '='.
Needless to say my make does not exhibit this issue.
Sam
[-- Attachment #2: Makefile --]
[-- Type: text/plain, Size: 275 bytes --]
Q=@
all:
$(Q)if [ ! -z $$LC_ALL ]; then \
export LANG=$$LC_ALL; \
export LC_ALL= ; \
fi; \
export LC_COLLATE=C; export LC_CTYPE=C; \
$(MAKE) -f Makefile2 obj=xxx
export CFLAGS_vmlinux.lds.o := -P
[-- Attachment #3: Makefile2 --]
[-- Type: text/plain, Size: 55 bytes --]
$(warning lds=$(CFLAGS_vmlinux.lds.o))
all:
@echo Hi
next prev parent reply other threads:[~2004-08-07 17:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-05 14:17 confirmed: kernel build for 2.6.8-rc3 is broken for at least i386 Alexander Stohr
2004-08-05 20:33 ` Sam Ravnborg
2004-08-07 16:21 ` Paweł Sikora
2004-08-07 17:39 ` Sam Ravnborg [this message]
2004-08-07 18:54 ` Paweł Sikora
-- strict thread matches above, loose matches on Subject: below --
2004-08-09 15:04 Alexander Stohr
2004-08-04 9:50 Alexander Stohr
2004-08-04 16:07 ` 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=20040807173917.GA14733@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=Alexander.Stohr@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=pluto@pld-linux.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