package/pkg-generic.mk: in image install, print message before pre-hooks
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 28 Feb 2020 15:04:20 +0000 (16:04 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 29 Feb 2020 16:47:47 +0000 (17:47 +0100)
commit15e96f94172d190a5c6b48d38438dc50603bfd9e
treece077cc6ab533ed124a6f7d8eeab1dcf34c0d87e
parent891c5b7b4bbfa5c9fba84580f26c0abe2d7072c9
package/pkg-generic.mk: in image install, print message before pre-hooks

In all steps, we print the message indicating the start of the step
using the MESSAGE macro before running pre-hooks. Except in the image
installation step, where the message is printed after the pre-hooks.

Let's fix this inconsistency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pkg-generic.mk