Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: James J. Dines <jdines@jdines.net>
To: buildroot@busybox.net
Subject: [Buildroot] Make 3.82 does behave differently than make 3.81 for sure, but ...
Date: Tue, 31 Aug 2010 08:38:11 -0400	[thread overview]
Message-ID: <4C7CF7B3.2030807@jdines.net> (raw)
In-Reply-To: <201008310015.04723.m-starostik@versanet.de>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/30/2010 06:15 PM, Malte Starostik wrote:
> Am Montag, 30. August 2010, 23:10:00 schrieb James J. Dines:
<snip>
>>From make 3.82's NEWS file:
> 
> * WARNING: Backward-incompatibility!
>   As a result of parser enhancements, three backward-compatibility issues
>   exist: first, a prerequisite containing an "=" cannot be escaped with a
>   backslash any longer.  [...].  Second, variable names can no
>   longer contain whitespace, unless you put the whitespace in a variable and
>   use the variable.  Third, in previous versions of make it was sometimes
>   not flagged as an error for explicit and pattern targets to appear in the
>   same rule.  Now this is always reported as an error.
> 
> 
> What you're referring to re the kernel Makefile is the third mentioned issue.  
> What happens with atk.mk is the second one instead:
> 
> The incorrent Makefile snippet:
> 
> ATK_CONF_OPT =  --enable-shared \
>                 --enable-static
>                 --disable-glibtest --enable-explicit-deps=no \
>                 --disable-debug
> 
> assigns the vaue "--enable-shared --enable-static" to a variable named 
> "ATK_CONF_OPT" and the value "no --disable-debug" to a variable named "--
> disable-glibtest --enable-explicit-deps".
> 
> I didn't know variable names with spaces (and even leading hyphens) were 
> allowed prior to 3.82, but that made make not barf on the above while of 
> course depriving $(ATK_CONF_OPT) of some of the options.
> 
> Cheers
> Malte
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

Thanks Malte!

In truth I would have NEVER looked in the NEWS file, as this seems like
it belongs in a file called IMPORTANT or something similar.

Now that I have this info I am armed to really take a look at what is
different about the build now that these errors will be properly caught.
 I have begun doing so and will report back on (some of?) my findings
later today.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJMfPeoAAoJECSpOhdQESq6itwH/01ZhkzvL+g+KMnQCwdNwkxI
DvcKLwg17YDeRip7+xSewEMriTbw0S+0c6ya4Ck+4Qkf7kgXSETBuLShkDD0TJ46
rdCj5iJFnkWDRXxfltvF5AMYf9Cjvg1V3M+QciSyaYyCzvP5ayjG2JmtwjboCJhX
TcgcMsUiB1uYp8MzV7erdg2LC/LhQXuJztG8GXvvepPA7En/TVhKyfZNXX4w6Y9/
f6Cti1Zoe3JumIeT1a9dD/1u0Vxq4+biKWatJzXHT5BlfUCee0meCHZYmmRfx494
85iYHkjuL3GWyszqenL2NemUCdpIZYvPl2qMw619lIouoM5bBBkdfN66iOv+L2Q=
=W+BU
-----END PGP SIGNATURE-----

      reply	other threads:[~2010-08-31 12:38 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-30 11:45 [Buildroot] package/atk/atk.mk:43: *** recipe commences before first target. Stop James J. Dines
2010-08-30 13:05 ` Yann E. MORIN
2010-08-30 13:37   ` Peter Korsgaard
2010-08-30 14:46     ` James J. Dines
2010-08-30 15:01       ` Yann E. MORIN
2010-08-30 15:44         ` [Buildroot] Make 3.82 does behave differently than make 3.81 for sure, but James J. Dines
2010-08-30 16:31           ` Sam Ravnborg
     [not found]             ` <4C7BE3C4.1060706@jdines.net>
     [not found]               ` <20100830185017.GA12921@merkur.ravnborg.org>
2010-08-30 19:01                 ` [Buildroot] Make 3.82 does behave differently than make 3.81 James J. Dines
2010-08-30 20:00             ` [Buildroot] Make 3.82 does behave differently than make 3.81 for sure, but Peter Korsgaard
2010-08-30 20:21               ` James J. Dines
2010-08-30 20:57                 ` Peter Korsgaard
2010-08-30 21:10                   ` James J. Dines
2010-08-30 21:36                     ` Peter Korsgaard
2010-08-30 23:28                       ` James J. Dines
2010-08-31 22:17                       ` [Buildroot] Make 3.82 testing progress update James J. Dines
2010-08-30 22:15                     ` [Buildroot] Make 3.82 does behave differently than make 3.81 for sure, but Malte Starostik
2010-08-31 12:38                       ` James J. Dines [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=4C7CF7B3.2030807@jdines.net \
    --to=jdines@jdines.net \
    --cc=buildroot@busybox.net \
    /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