aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/firmware/Makefile')
-rw-r--r--tools/firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index a9bc54da5c..f4829d5235 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -15,10 +15,10 @@ SUBDIRS += hvmloader
.PHONY: all
all:
@set -e; if [ $$((`( bcc -v 2>&1 | grep version || echo 0.0.0 ) | cut -d' ' -f 3 | awk -F. '{ printf "0x%02x%02x%02x", $$1, $$2, $$3}'`)) -lt $$((0x00100e)) ] ; then \
- echo "***********************************************************"; \
+ echo "==========================================================="; \
echo "Require dev86 package version >= 0.16.14 to build firmware!"; \
echo "(visit http://www.cix.co.uk/~mayday for more information)"; \
- echo "***********************************************************"; \
+ echo "==========================================================="; \
else \
$(MAKE) subdirs-$@; \
fi