mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:09:26 +02:00
* ECHO is now again without @
This commit is contained in:
parent
c8dddab319
commit
c7b4ceb06a
@ -245,9 +245,9 @@ endif
|
||||
ifndef ECHO
|
||||
ECHO=$(strip $(wildcard $(addsuffix /echo$(EXEEXT),$(SEARCHPATH))))
|
||||
ifeq ($(ECHO),)
|
||||
ECHO=@echo
|
||||
export ECHO:=echo
|
||||
else
|
||||
export ECHO:=@$(firstword $(ECHO))
|
||||
export ECHO:=$(firstword $(ECHO))
|
||||
endif
|
||||
endif
|
||||
|
||||
@ -1039,7 +1039,10 @@ endif
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.38 1999/07/16 13:45:24 peter
|
||||
|
Loading…
Reference in New Issue
Block a user