system: convert "system.mk" recipes to "target-finalize" hooks
authorFabio Porcedda <fabio.porcedda@gmail.com>
Fri, 27 Jun 2014 12:15:56 +0000 (14:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Jun 2014 14:42:39 +0000 (16:42 +0200)
commit02b88600312554bf166f6cfd71f7f2ede783096a
treec7182432bc02fec91bd97bf3fd85be0f77bd8710
parent8d384fa849e9a285bc5b70e392bd898f8eb073bd
system: convert "system.mk" recipes to "target-finalize" hooks

Convert "system.mk" recipes to "target-finalize" hooks in order to:
- Ensure an ordering even if top-level parallel make is being used.
- Execute "system.mk" commands after the "target-finalize" initial message
  is printed so they can be clearly distinguished from packages
  building.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
system/system.mk