summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-09-02 09:15:34 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-09-02 09:15:34 (GMT)
commit3233d8fe54810ba3bd2da18e22798efed2867f3f (patch)
treecc664a5cfebcc2097ab6f9fbf53f87012b13a8a8 /Makefile
parent94d162f61354b26f11ee134732220e82b6dfbebf (diff)
downloadmxe-3233d8fe54810ba3bd2da18e22798efed2867f3f.zip
mxe-3233d8fe54810ba3bd2da18e22798efed2867f3f.tar.gz
mxe-3233d8fe54810ba3bd2da18e22798efed2867f3f.tar.bz2
improved output: don't show "[build]" for download-only packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b784321..357e9a7 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,9 @@ $(PREFIX)/installed-$(1): $(TOP_DIR)/src/$(1).mk \
exit 1; \
fi; \
fi
- @echo '[build] $(1)'
+ $(if $(value $(1)_BUILD),
+ @echo '[build] $(1)'
+ ,)
@if (time $(MAKE) -f '$(MAKEFILE)' 'build-only-$(1)') &> '$(PREFIX)/log-$(1)'; then \
echo '[done] $(1)'; \
else \