mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:59:17 +02:00
+ COPY and Replace back to mv and cp
This commit is contained in:
parent
49d11de778
commit
c217a7df4c
@ -62,16 +62,13 @@ endif
|
|||||||
# Set os-dependent files and extensions
|
# Set os-dependent files and extensions
|
||||||
ifdef inlinux
|
ifdef inlinux
|
||||||
EXEEXT=
|
EXEEXT=
|
||||||
REPLACE=mv -f
|
|
||||||
CP=cp -f
|
|
||||||
else
|
else
|
||||||
EXEEXT=.exe
|
EXEEXT=.exe
|
||||||
# mv -f gives problem under dos
|
|
||||||
# claiming source and destinaztion are the same files !
|
|
||||||
REPLACE=copy /y
|
|
||||||
CP=cp -f
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
REPLACE=mv -f
|
||||||
|
CP=cp -f
|
||||||
|
|
||||||
COMPILERDIR=$(BASEDIR)
|
COMPILERDIR=$(BASEDIR)
|
||||||
RTLDIR:=$(BASEDIR)/../rtl
|
RTLDIR:=$(BASEDIR)/../rtl
|
||||||
|
|
||||||
@ -420,7 +417,10 @@ rtlclean :
|
|||||||
# Test of log at the end
|
# Test of log at the end
|
||||||
# does CVS add # at start of each line ??
|
# does CVS add # at start of each line ??
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.20 1998-06-24 14:02:58 peter
|
# Revision 1.21 1998-07-22 21:33:32 michael
|
||||||
|
# + COPY and Replace back to mv and cp
|
||||||
|
#
|
||||||
|
# Revision 1.20 1998/06/24 14:02:58 peter
|
||||||
# * new depend for the new ra units
|
# * new depend for the new ra units
|
||||||
#
|
#
|
||||||
# Revision 1.19 1998/06/23 14:00:15 peter
|
# Revision 1.19 1998/06/23 14:00:15 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user