mirror of
https://github.com/ipxe/ipxe
synced 2026-02-01 15:29:45 +03:00
Yet another attempt to autodetect an appropriate "echo -e".
This commit is contained in:
@@ -73,6 +73,7 @@ TOUCH ?= touch
|
||||
MKDIR ?= mkdir
|
||||
CP ?= cp
|
||||
ECHO ?= echo
|
||||
PRINTF ?= printf
|
||||
PERL ?= /usr/bin/perl
|
||||
CC ?= $(CROSS_COMPILE)gcc
|
||||
AS ?= $(CROSS_COMPILE)as
|
||||
|
||||
Reference in New Issue
Block a user