diff mbox

[v4,05/11] core: sanitize RPATH in target tree at the end of the target finalization

Message ID 1498559207-8050-6-git-send-email-wg@grandegger.com
State Superseded
Headers show

Commit Message

Wolfgang Grandegger June 27, 2017, 10:26 a.m. UTC
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 3b0e336..bda4a05 100644
--- a/Makefile
+++ b/Makefile
@@ -717,6 +717,8 @@  endif
 
 	@$(call MESSAGE,"Sanitizing RPATH in staging tree")
 	$(TOPDIR)/support/scripts/fix-rpath staging
+	@$(call MESSAGE,"Sanitizing RPATH in target tree")
+	$(TOPDIR)/support/scripts/fix-rpath target
 
 .PHONY: target-post-image
 target-post-image: $(TARGETS_ROOTFS) target-finalize