diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2016-09-22 18:28:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-23 08:08:54 +0200 |
commit | 0476e950eed3ec011db30b515223b457fe0d534b (patch) | |
tree | ade1035b4c4f8c99aeb1b9064ad0b1f9b21aa682 /package/python-simpleaudio | |
parent | 85af101ceab5fb433a5757ea05db7d851e1ce376 (diff) | |
download | buildroot-0476e950eed3ec011db30b515223b457fe0d534b.tar.gz buildroot-0476e950eed3ec011db30b515223b457fe0d534b.zip |
package/linux-tools: don't register each tools twice
Because each tool's individual .mk files is included from the top-level
Makefile and we also include them from linux-tools.mk, they get
registered twice, and thus built twice, and thus installed twice.
We did include them from linux-tools.mk to guarantee they would be
included early and each tool had a chance to register itself before we
were to construct the build and install hooks.
However, the ordering is _currently_ guaranteed, in the C locale by the
files names, which we anyway sort using make's $(sort) function, which
always sorts in the C locale.
Beware if we are to ever rename those files in the future...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-simpleaudio')
0 files changed, 0 insertions, 0 deletions