mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:49:23 +02:00
* ECHO is now again without @
This commit is contained in:
parent
c8dddab319
commit
c7b4ceb06a
@ -245,9 +245,9 @@ endif
|
|||||||
ifndef ECHO
|
ifndef ECHO
|
||||||
ECHO=$(strip $(wildcard $(addsuffix /echo$(EXEEXT),$(SEARCHPATH))))
|
ECHO=$(strip $(wildcard $(addsuffix /echo$(EXEEXT),$(SEARCHPATH))))
|
||||||
ifeq ($(ECHO),)
|
ifeq ($(ECHO),)
|
||||||
ECHO=@echo
|
export ECHO:=echo
|
||||||
else
|
else
|
||||||
export ECHO:=@$(firstword $(ECHO))
|
export ECHO:=$(firstword $(ECHO))
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -1039,7 +1039,10 @@ endif
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.39 1999-07-17 11:30:23 peter
|
# Revision 1.40 1999-07-17 14:22:54 peter
|
||||||
|
# * ECHO is now again without @
|
||||||
|
#
|
||||||
|
# Revision 1.39 1999/07/17 11:30:23 peter
|
||||||
# * merged
|
# * merged
|
||||||
#
|
#
|
||||||
# Revision 1.38 1999/07/16 13:45:24 peter
|
# Revision 1.38 1999/07/16 13:45:24 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user