summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_execute.make
blob: 8dc50c133d591c0f444e9ba81dea0d388e3816b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*-makefile-*-
#
# Copyright (C) 2019 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# world/execute
#
world/execute = \
	$(call world/env, $(1)) \
	pkg_execute_cmd="$(call ptx/escape,$(2))" \
	ptxd_make_world_execute

#
# execute
#
execute = \
	$(call world/env, $(1)) \
	pkg_execute_cmd="$(call ptx/escape,$(2))" \
	ptxd_make_execute


# vim: syntax=make