[issue23856] build.bat -e shouldn't also build

2015-04-03 Thread Tim Golden
New submission from Tim Golden: PCBuild\build.bat takes an argument of -e to pull in external libraries. Either by accident or by design the main build will run in addition. However if you'd run pcbuild -e simply to pull in externals, you might not have specified extra build params, such as

[issue23856] build.bat -e shouldn't also build

2015-04-03 Thread Tim Golden
Tim Golden added the comment: Fair enough -- resolution: - not a bug stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23856 ___

[issue23856] build.bat -e shouldn't also build

2015-04-03 Thread Zachary Ware
Zachary Ware added the comment: Either by accident or by design the main build will run in addition. By design; I intended get_externals.bat to be run explicitly if you just wanted to pull the externals. -- ___ Python tracker rep...@bugs.python.org