]> Git Repo - buildroot-mgba.git/commit
fs/ext2: use a post-gen hook rather than a post-target rule
authorYann E. MORIN <[email protected]>
Sun, 12 Nov 2017 17:45:43 +0000 (18:45 +0100)
committerThomas Petazzoni <[email protected]>
Thu, 30 Nov 2017 10:51:08 +0000 (11:51 +0100)
commit03b6b7952f7fad486d0c130acae08e7561739dae
treea47441898dc7bfd07a4d6f53f881484dea3d3db3
parent0a49b49e0a7df15347ccf9fa03c618639e9947b9
fs/ext2: use a post-gen hook rather than a post-target rule

post-target rules are probably not resilient to parallel builds, given
that they do not depend on the image being generated first.

Beside, we already have a mechanism for running stuff after the
filesystem is generated, and that's called post-gen hooks.

Use those hooks.

Note: this basically reverts 75b6303 (rootfs-ext2: make the symlink as a
_POST_TARGET) since we've now re-introduced post-gen hooks.

Signed-off-by: "Yann E. MORIN" <[email protected]>
Cc: Thomas Petazzoni <[email protected]>
Cc: Arnout Vandecappelle <[email protected]>
Reviewed-by: Romain Naour <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
fs/ext2/ext2.mk
This page took 0.032539 seconds and 4 git commands to generate.