summaryrefslogtreecommitdiffstats
path: root/rules/post
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-15 21:42:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-15 21:44:26 +0100
commitd372ab9032ef55b5608034565af48eabca2df0a6 (patch)
treef00d813bba6418cc743e65011742ab49c7b0ab6b /rules/post
parentd41baf11ffc0e3a8a319a1012586c271d3c75da2 (diff)
downloadptxdist-d372ab9032ef55b5608034565af48eabca2df0a6.tar.gz
ptxdist-d372ab9032ef55b5608034565af48eabca2df0a6.tar.xz
ptxd_make_world_compile: escape pkg_make_opt argument for 'compile'
The same happens for 'world/compile' and all extra arguments for 'install'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/post')
-rw-r--r--rules/post/ptxd_make_world_compile.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/post/ptxd_make_world_compile.make b/rules/post/ptxd_make_world_compile.make
index e346e1a5d..0c07e3c40 100644
--- a/rules/post/ptxd_make_world_compile.make
+++ b/rules/post/ptxd_make_world_compile.make
@@ -14,7 +14,7 @@ world/compile = \
compile = \
+$(call world/env, $(1)) \
- pkg_make_opt="$(2)" \
+ pkg_make_opt="$(call ptx/escape,$(2))" \
ptxd_make_world_compile
$(STATEDIR)/%.compile: