mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +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+
|
||||
'# Copy a whole tree'#010+
|
||||
'ifndef COPYTREE'#010+
|
||||
'COPYTREE:=$(CPPROG) -rfp'#010+
|
||||
'COPYTREE:=$(CPPROG) -Rfp'#010+
|
||||
'endif'#010+
|
||||
#010+
|
||||
'# To move pograms'#010+
|
||||
|
@ -350,7 +350,7 @@ endif
|
||||
|
||||
# Copy a whole tree
|
||||
ifndef COPYTREE
|
||||
COPYTREE:=$(CPPROG) -rfp
|
||||
COPYTREE:=$(CPPROG) -Rfp
|
||||
endif
|
||||
|
||||
# To move pograms
|
||||
|
Loading…
Reference in New Issue
Block a user