mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Ensures intermediate directory is created before accessing it.
This commit is contained in:
@@ -405,6 +405,7 @@
|
||||
<_HG Condition="$(HG.Contains(` `))">"$(HG)"</_HG>
|
||||
</PropertyGroup>
|
||||
<Message Text="Getting build info from $(_HG)" Importance="high" />
|
||||
<MakeDir Directories="$(IntDir)" Condition="!Exists($(IntDir))" />
|
||||
<Exec Command="$(_HG) id -b > "$(IntDir)hgbranch.txt"" ContinueOnError="true" />
|
||||
<Exec Command="$(_HG) id -i > "$(IntDir)hgversion.txt"" ContinueOnError="true" />
|
||||
<Exec Command="$(_HG) id -t > "$(IntDir)hgtag.txt"" ContinueOnError="true" />
|
||||
|
||||
Reference in New Issue
Block a user