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 -d or -p x64.

The attached patch naively drops out after get_externals has been called; other 
possibilities might include carrying on if -e was not the only parameter.

----------
components: Windows
files: build-externals.patch
keywords: patch
messages: 239957
nosy: steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: build.bat -e shouldn't also build
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file38813/build-externals.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23856>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to