diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-01-14 16:20:52 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-23 16:33:55 +0100 |
| commit | 7979d1ba7126b4c02fcdbb5dd7685ecfd9664d80 (patch) | |
| tree | 48b46c6a146f3bfb206e47414c2a14d3acacb906 /package/python-cssutils/python-cssutils.hash | |
| parent | b13040fa27baf8fcb412aca3624fd1426ab598cc (diff) | |
| download | buildroot-7979d1ba7126b4c02fcdbb5dd7685ecfd9664d80.tar.gz buildroot-7979d1ba7126b4c02fcdbb5dd7685ecfd9664d80.zip | |
core/br2-external: fix use of relative paths
Fixes #9576
When the path to a br2-external tree is relative, make enters an endless
recursive loop (paths elided for brevity):
$ make BR2_EXTERNAL=.. foo_defconfig
make[1]: stat: ../configs/../configs/../configs[...]/toto_defconfig: Filename too long
make[1]: *** No rule to make target '../configs/../configs/../configs[...]/toto_defconfig',
needed by '../configs/../configs/../configs[...]/toto_defconfig'. Stop.
Makefile:79: recipe for target '_all' failed
make: *** [_all] Error 2
It is a bit complex to understand the actual technical reason for this
never-ending expansion; it seems it happens in the code generated by the
percent_defconfig macro. Not sure why, though...
But the root cause is the relative path.
Just use absolute, canonical paths to br2-external trees. Always.
[Peter: add bugzilla reference]
Reported-by: outtierbert@gmail.com
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 05576fca13b129da8c7186ee2307981135d3391f)
Diffstat (limited to 'package/python-cssutils/python-cssutils.hash')
0 files changed, 0 insertions, 0 deletions

