projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d88d9
)
Print a message before executing the post-build script
author
Luca Ceresoli
<luca@lucaceresoli.net>
Fri, 17 Feb 2012 16:12:48 +0000
(17:12 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 19 Feb 2012 22:05:34 +0000
(23:05 +0100)
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 8a8b6760cb3e7cfbcd3ffb224140721f407fef61..d5cd8f03d73c1183b00e640ed0d8d08564b50132 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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