summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-01-17 09:55:41 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-01-17 09:55:41 +0100
commit70b6c0df3c7b222c5ae904f6dbe7d7f056c67f22 (patch)
treee478b54da7ae1a5889a7770e31ce3feeb6b0532d /bin
parentb692649c6999d68703cc0a55b1e91fb78e21200d (diff)
downloadptxdist-70b6c0df3c7b222c5ae904f6dbe7d7f056c67f22.tar.gz
ptxdist-70b6c0df3c7b222c5ae904f6dbe7d7f056c67f22.tar.xz
ptxdist: check_premake_compiler must be called before ptxd_make_log
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index be47cfe21..bf55b5821 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -943,6 +943,7 @@ clean() {
# we want to clean a single package
if [ -n "${1}" ]; then
check_if_selected "${@}" &&
+ check_premake_compiler &&
ptxd_make_log "${@/%/_clean}"
return
fi