From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] Makefile: unexport TARGET env variable
Date: Fri, 9 Sep 2022 21:31:20 +0200 [thread overview]
Message-ID: <20220909193120.GA264214@scaer> (raw)
In-Reply-To: <CADvTj4pk0+0fQbFarBZ5vfoAjBHz1UJhJzEAyLJounQns7Exbw@mail.gmail.com>
James, All,
On 2022-09-07 16:51 -0600, James Hilliard spake thusly:
> On Wed, Sep 7, 2022 at 6:42 AM Arnout Vandecappelle <arnout@mind.be> wrote:
[--SNIP--]
> > >> Can you provide an actual error message and an explanation on how that
> > >> actually fails?
> > >
> > > I had set this in my env(for some non-buildroot compiler testing), and noticed
> > > it broke buildroot builds unless cleared:
> > > export TARGET=bpf
> > >
> > >>>> host-icu 70-1 Building
[--SNIP--]
> > > Note: rebuild with "/usr/bin/make VERBOSE=1 " to show all compiler parameters.
> > > make[3]: *** No rule to make target 'bpf', needed by 'all-local'. Stop.
OK, this (elided), should be part of the commit log.
[--SNIP--]
> > It's conditionally assigned:
> >
> > ifneq ($(ENABLE_STATIC),)
> > TARGET = $(STUBDATA_LIBDIR)$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A)
> > endif
> >
> > There are a couple of Makefile.in where it's defined like that....
> >
> > This does look like a very icu-specific thing though, so I think it should be
> > fixed in icu.mk itself, by setting TARGET= in the _ENV.
>
> Set to empty like this?
> ICU_CONF_ENV += TARGET=""
> ICU_MAKE_ENV += TARGET=""
Ues, this should do the trick.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2022-09-09 19:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-05 20:20 [Buildroot] [PATCH 1/1] Makefile: unexport TARGET env variable James Hilliard
2022-09-06 7:21 ` Yann E. MORIN
2022-09-06 21:15 ` James Hilliard
2022-09-07 12:42 ` Arnout Vandecappelle
2022-09-07 22:51 ` James Hilliard
2022-09-09 19:31 ` Yann E. MORIN [this message]
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=20220909193120.GA264214@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=james.hilliard1@gmail.com \
/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