mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Ensures intermediate directory is created before accessing it.
This commit is contained in:
parent
190dbd9ba2
commit
de6efdb772
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue