Changed to use NewAlias instead of dupicate for making headers in dist
This commit is contained in:
Родитель
43fa950546
Коммит
59dc30ea3c
|
@ -88,7 +88,8 @@ for f in `streamedit "{sourceList}" -e '/
|
|||
# now copy the file if newer
|
||||
if `Newer "{sourceDir}{sourceFile}" "{targetDir}:{filename}"` #|| !`Exists "{targetDir}:{filename}"`
|
||||
if {verbose} ; echo "{sourceDir}{sourceFile} is newer than {targetDir}:{filename}" ; end if
|
||||
{debugEcho} duplicate -y "{sourceDir}{sourceFile}" "{targetDir}"
|
||||
#{debugEcho} duplicate -y "{sourceDir}{sourceFile}" "{targetDir}"
|
||||
{debugEcho} newalias "{sourceDir}{sourceFile}" "{targetDir}:{filename}"
|
||||
end if
|
||||
|
||||
end if
|
||||
|
|
Загрузка…
Ссылка в новой задаче