summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2007-12-07 04:35:32 +0100
committerMichael Brown2007-12-07 04:35:32 +0100
commit3b58fc0baf095b14bd885b8e657c0baa4b449641 (patch)
tree409b9b0947b7c7d28b1668d0d04b9cf0a08c04e6 /src/Makefile.housekeeping
parentFix compiler warnings that appear only on OpenBSD. (diff)
downloadipxe-3b58fc0baf095b14bd885b8e657c0baa4b449641.tar.gz
ipxe-3b58fc0baf095b14bd885b8e657c0baa4b449641.tar.xz
ipxe-3b58fc0baf095b14bd885b8e657c0baa4b449641.zip
Try to fix echo-detection to work on all systems that provide any
suitable "echo -e" substitute.
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 6db4cea6..df290b9b 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -7,6 +7,11 @@
#
CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
+# Show what we're using for "echo -e"
+#
+echo :
+ @$(ECHO) Using "$(ECHO)" to echo
+
# Version number calculations
#
VERSION_MAJOR = 0