зеркало из https://github.com/mozilla/gecko-dev.git
Changed to use NewAlias instead of dupicate for making headers in dist
This commit is contained in:
Родитель
ad4fdf5897
Коммит
c03c2d48b8
|
@ -88,7 +88,8 @@ for f in `streamedit "{sourceList}" -e '/
|
||||||
# now copy the file if newer
|
# now copy the file if newer
|
||||||
if `Newer "{sourceDir}{sourceFile}" "{targetDir}:{filename}"` #|| !`Exists "{targetDir}:{filename}"`
|
if `Newer "{sourceDir}{sourceFile}" "{targetDir}:{filename}"` #|| !`Exists "{targetDir}:{filename}"`
|
||||||
if {verbose} ; echo "{sourceDir}{sourceFile} is newer than {targetDir}:{filename}" ; end if
|
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
|
||||||
|
|
||||||
end if
|
end if
|
||||||
|
|
Загрузка…
Ссылка в новой задаче