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: Mon, 30 Aug 2010 16:21:55 -0400	[thread overview]
Message-ID: <4C7C12E3.30005@jdines.net> (raw)
In-Reply-To: <8739tvyip6.fsf@macbook.be.48ers.dk>

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

On 08/30/2010 04:00 PM, Peter Korsgaard wrote:
>>>>>> "Sam" == Sam Ravnborg <sam@ravnborg.org> writes:
> 
> Hi,
> 
>  Sam> make 3.81 accept the following:
> 
>  Sam> foo foo%: bar
>  Sam> 	command
> 
>  Sam> With make 3.82 you need to split this up as:
> 
>  Sam> foo: bar
>  Sam> 	command
> 
>  Sam> foo%: bar
>  Sam> 	command
> 
> Yeah, saw the kernel changes passing by. I haven't had time to test
> building with make 3.82 yet though (it's not in Debian yet), so we might
> have something similar lingering around somewhere ..
> 

I am really interested to hear your results, because I just bought this
new 8 core machine and set it up this weekend.  So far everything has
worked great, but there is always this nagging worry that I have
something set up wrong and I will have to post back to the list stating
that I was an idiot and missed something :-)

In any case, untarring buildroot-2010.05, doing a make defconfig
followed by a make clean seems like a set of steps that should go off
without a hitch (it certainly does on my other machine) but it fails
with make 3.82 for me anyway :-(



jdines at hydra buildroot-2010.05 ] ls
CHANGES    configs/  docs/  Makefile  scripts/  TODO
Config.in  COPYING   fs/    package/  target/   toolchain/
[jdines at hydra buildroot-2010.05 ] make defconfig
make CC="/usr/bin/gcc" -C package/config conf
make[1]: Entering directory
`/home/jdines/Build/buildroot-2010.05/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2 -MM *.c > .depend 2>/dev/null || :
make[1]: Leaving directory
`/home/jdines/Build/buildroot-2010.05/package/config'
make[1]: Entering directory
`/home/jdines/Build/buildroot-2010.05/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  -c conf.c -o conf.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  -c kxgettext.c -o kxgettext.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2 -I. -c zconf.tab.c -o zconf.tab.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  conf.o  zconf.tab.o -lncurses -o conf
make[1]: Leaving directory
`/home/jdines/Build/buildroot-2010.05/package/config'
#
# configuration written to .config
#
#
# make dependencies written to .auto.deps
# ATTENTION buildroot devels!
# See top of this file before playing with this auto-preprequisites!
#
[jdines at hydra buildroot-2010.05 ] make clean
package/atk/atk.mk:43: *** recipe commences before first target.  Stop.
[jdines at hydra buildroot-2010.05 ] view Makefile
[jdines at hydra buildroot-2010.05 ] ls
CHANGES    configs/  docs/  Makefile  package/  target/  toolchain/
Config.in  COPYING   fs/    output/   scripts/  TODO
[jdines at hydra buildroot-2010.05 ] make clean
package/atk/atk.mk:43: *** recipe commences before first target.  Stop.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJMfBLYAAoJECSpOhdQESq66n4IAJ86+yxdo+MbQjsWAvnVuLwr
Dbd6DRg0SjOO/ScxxOm5cdRa501lDOFqwWh1Pz09NKGMbGz7flw7BagE6+/dLfCe
S+75uhXkbI4hTvvpspd7XIaqXUr6FQmlmWQvIerDyaTjRxwNHCjeoRaWXo2/AnpY
rfHcUSOYUfw+1akIPu9Z0/5wwMRB7DlVpecChQ88ePhiMWmQ6PFrKDiXZkCJJfDq
R0gxrWasjbVf0F3429d3NUneseJLjXxUqnhcZt1aNOri+oFR0OBlElPaHuCjTTPJ
Kml2qSrSkylGGEVieP93YCY3P4EalpnHwGWWBPQLBSjAlWs4/ZYVM6dzlSOpTew=
=KCGa
-----END PGP SIGNATURE-----

  reply	other threads:[~2010-08-30 20:21 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 [this message]
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

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=4C7C12E3.30005@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