mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 06:49:16 +02:00
* COPYTREE now uses (recommended) -R instead of -r option
This commit is contained in:
parent
bd642b9e1c
commit
e0d35adc51
@ -369,7 +369,7 @@ const fpcmakeini : array[0..196,1..240] of char=(
|
|||||||
#010+
|
#010+
|
||||||
'# Copy a whole tree'#010+
|
'# Copy a whole tree'#010+
|
||||||
'ifndef COPYTREE'#010+
|
'ifndef COPYTREE'#010+
|
||||||
'COPYTREE:=$(CPPROG) -rfp'#010+
|
'COPYTREE:=$(CPPROG) -Rfp'#010+
|
||||||
'endif'#010+
|
'endif'#010+
|
||||||
#010+
|
#010+
|
||||||
'# To move pograms'#010+
|
'# To move pograms'#010+
|
||||||
|
@ -350,7 +350,7 @@ endif
|
|||||||
|
|
||||||
# Copy a whole tree
|
# Copy a whole tree
|
||||||
ifndef COPYTREE
|
ifndef COPYTREE
|
||||||
COPYTREE:=$(CPPROG) -rfp
|
COPYTREE:=$(CPPROG) -Rfp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# To move pograms
|
# To move pograms
|
||||||
|
Loading…
Reference in New Issue
Block a user