summaryrefslogtreecommitdiffstats
path: root/rules/post
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-22 15:56:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-26 07:21:42 +0200
commit1528dd4e357d41617c82b1dbd2c4f3dbc6af71ea (patch)
treeb675b4464d8325cffe3bc09abef248c1868245b5 /rules/post
parent2e695987211c2c2e6e19e3f2e0e42b001b1ceff3 (diff)
downloadptxdist-1528dd4e357d41617c82b1dbd2c4f3dbc6af71ea.tar.gz
ptxdist-1528dd4e357d41617c82b1dbd2c4f3dbc6af71ea.tar.xz
ptxd_make_world_common: reorder environment
This way pkg_stamp=... comes first in the command-line. This makes it easier to see in htop which stage is currently building. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/post')
-rw-r--r--rules/post/ptxd_make_world_common.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/post/ptxd_make_world_common.make b/rules/post/ptxd_make_world_common.make
index c87be979c..ed2c840cc 100644
--- a/rules/post/ptxd_make_world_common.make
+++ b/rules/post/ptxd_make_world_common.make
@@ -102,7 +102,7 @@ world/env/impl = \
pkg_deprecated_makevars="$(call ptx/escape, $($(1)_MAKEVARS))"
world/env= \
- $(call ptx/env) \
- $(call world/env/impl,$(strip $(1)))
+ $(call world/env/impl,$(strip $(1))) \
+ $(call ptx/env)
# vim: syntax=make