diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2012-02-17 17:12:48 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-19 23:05:34 +0100 |
commit | eb8fad28055b94906e0690f4ae789fbd30bafd17 (patch) | |
tree | 672097abd9e07e539207b4ef73e2f7fbe5f5b40e /Makefile | |
parent | 25d88d92814aae41c97a95e5c6be1373125b4f7e (diff) | |
download | buildroot-novena-eb8fad28055b94906e0690f4ae789fbd30bafd17.tar.gz buildroot-novena-eb8fad28055b94906e0690f4ae789fbd30bafd17.zip |
Print a message before executing the post-build script
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -486,6 +486,7 @@ endif ) > $(TARGET_DIR)/etc/os-release ifneq ($(BR2_ROOTFS_POST_BUILD_SCRIPT),"") + @$(call MESSAGE,"Executing post-build script") $(BR2_ROOTFS_POST_BUILD_SCRIPT) $(TARGET_DIR) endif |