windows: Remove BuildRoot from all configs, add a short tmp path.

Closes #3562.
This commit is contained in:
Chris Johns
2018-10-22 11:59:10 +11:00
parent f07d2b6e9a
commit 96c414c8ff
39 changed files with 19 additions and 57 deletions

View File

@@ -40,6 +40,7 @@ nil: none, none, ''
# Set to invalid values.
_bset: none, none, ''
_bset_tmp: none, none, ''
name: none, none, ''
version: none, none, ''
release: none, none, ''
@@ -91,8 +92,8 @@ _buildcxcdir: dir, optional, '%{_topdir}/build/%{buildname}-cxc'
_buildxcdir: dir, optional, '%{_topdir}/build/%{buildname}-xc'
_docdir: dir, none, '%{_defaultdocdir}'
_tmppath: dir, none, '%{_topdir}/build/tmp'
_tmproot: dir, none, '%{_tmppath}/sb-%{_uid}/%{_bset}'
_tmpcxcroot: dir, none, '%{_tmppath}/sb-%{_uid}-cxc/%{_bset}'
_tmproot: dir, none, '%{_tmppath}/sb-%{_uid}/%{_bset_tmp}'
_tmpcxcroot: dir, none, '%{_tmppath}/sb-%{_uid}-cxc/%{_bset_tmp}'
buildroot: dir, none, '%{_tmppath}/%{buildname}-%{_uid}'
buildcxcroot: dir, none, '%{_tmppath}/%{buildname}-%{_uid}-cxc'
buildxcroot: dir, none, '%{_tmppath}/%{buildname}-%{_uid}-xx'