mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 12:29:25 +02:00
* copy patch (no exitcode check for win32 cycle)
This commit is contained in:
parent
44282db5a5
commit
52fe28904e
2
Makefile
2
Makefile
@ -664,7 +664,7 @@ ifndef ECHOREDIR
|
|||||||
ECHOREDIR:=$(subst /,$(PATHSEP),$(ECHO))
|
ECHOREDIR:=$(subst /,$(PATHSEP),$(ECHO))
|
||||||
endif
|
endif
|
||||||
ifndef COPY
|
ifndef COPY
|
||||||
COPY:=$(CPPROG) -fp
|
COPY:=-$(CPPROG) -fp
|
||||||
endif
|
endif
|
||||||
ifndef COPYTREE
|
ifndef COPYTREE
|
||||||
COPYTREE:=$(CPPROG) -rfp
|
COPYTREE:=$(CPPROG) -rfp
|
||||||
|
Loading…
Reference in New Issue
Block a user