mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
* do not use a wildcard while deleting smartlinked objects after linking stage in a script, conflicts with script filename quoting on Unix at least
git-svn-id: trunk@37918 -
This commit is contained in:
parent
3dda26b3b5
commit
7e630686e0
@ -891,7 +891,8 @@ Implementation
|
||||
end
|
||||
else
|
||||
begin
|
||||
AsmRes.AddDeleteCommand(FixFileName(smartpath+current_module.asmprefix^+'*'+target_info.objext));
|
||||
while not SmartLinkOFiles.Empty do
|
||||
AsmRes.AddDeleteCommand(SmartLinkOFiles.GetFirst);
|
||||
if scripted_ar then
|
||||
AsmRes.AddDeleteCommand(scriptfile);
|
||||
AsmRes.AddDeleteDirCommand(smartpath);
|
||||
|
Loading…
Reference in New Issue
Block a user