Changed to use NewAlias instead of dupicate for making headers in dist

This commit is contained in:
sfraser 1998-05-27 22:53:17 +00:00
Родитель ad4fdf5897
Коммит c03c2d48b8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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