summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-perl.txt
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-08-04 18:31:29 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-03-31 18:57:21 +0200
commitca9a0b2515bc07691fb774a62d9c226988283369 (patch)
treedaabc04b2a5ee9af41253516ba2cc688ed746d83 /docs/manual/adding-packages-perl.txt
parent34b62af1e05a9510f707eceb63e9b8c285035dc1 (diff)
downloadbuildroot-ca9a0b2515bc07691fb774a62d9c226988283369.tar.gz
buildroot-ca9a0b2515bc07691fb774a62d9c226988283369.zip
Makefile: move mkdir rule to after HOST_DIR is defined
HOST_DIR is defined twice: once to its default value before .config is included, and once more to BR2_HOST_DIR after .config is included. However, the rule that defines the mkdir for HOST_DIR comes between these two, so it will always use the default definition. Therefore, if a non-default BR2_HOST_DIR is used, there will be no rule to create that directory, while the dirs target depends on it. This happens to work at the moment, because in the dirs target, $(STAGING_DIR) comes before $(HOST_DIR), so $(HOST_DIR) will be created implicitly. However, this will fail in top-level parallel builds where both will be created in parallel. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'docs/manual/adding-packages-perl.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud