mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
Try to fix echo-detection to work on all systems that provide any
suitable "echo -e" substitute.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user