Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-30492: Allow make clinic to work out of tree. #1836

Merged
merged 2 commits into from May 27, 2017

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented May 27, 2017

This allows make clinic to work when run out of the source tree.

@mention-bot
Copy link

@gpshead, thanks for your PR! By analyzing the history of the files in this pull request, we identified @nascheme, @larryhastings and @loewis to be potential reviewers.

cmdline.add_argument("--make", action='store_true')
cmdline.add_argument("--make", action='store_true',
help="Walk --srcdir to run over all relevant files.")
cmdline.add_argument("--srcdir", type=str, default=".",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While your are here please change "." to portable os.curdir.

The rest LGTM.

@gpshead gpshead merged commit 178418a into python:master May 27, 2017
@gpshead gpshead deleted the make-clinc-out-of-tree branch May 27, 2017 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants