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

build: ignore more VC++ artifacts #13208

Merged
merged 0 commits into from
May 27, 2017
Merged

Conversation

refack
Copy link
Contributor

@refack refack commented May 24, 2017

Checklist
Affected core subsystem(s)

build,tools

@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label May 24, 2017
@refack refack added build Issues and PRs related to build files or the CI. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform. labels May 24, 2017
@refack
Copy link
Contributor Author

refack commented May 24, 2017

/cc @nodejs/platform-windows @nodejs/build

@refack refack requested a review from joshgav May 24, 2017 21:29
@refack refack self-assigned this May 24, 2017
@gibfahn
Copy link
Member

gibfahn commented May 24, 2017

What does *.exe match in the top level?

@refack
Copy link
Contributor Author

refack commented May 24, 2017

for all sort of scripts we need ./node to be resolvable

@gibfahn
Copy link
Member

gibfahn commented May 25, 2017

for all sort of scripts we need ./node to be resolvable

I thought all the scripts used Release\node.exe for windows

@refack
Copy link
Contributor Author

refack commented May 25, 2017

I started using make lint

@Fishrock123
Copy link
Contributor

I started using make lint

Sorry, what does that have to do with the above comment?

I thought all the scripts used Release\node.exe for windows

@refack
Copy link
Contributor Author

refack commented May 25, 2017

I started using make lint
Sorry, what does that have to do with the above comment?

I thought all the scripts used Release\node.exe for windows

The commands in Makefile assume NODE ?= ./$(NODE_EXE), so if I want to enjoy them I need to either symlink the exe, or keep specifying NODE=...
P.S. I'm using MSYS make in a regular (non WSL) environment.

@refack refack closed this May 27, 2017
@refack refack merged commit c1a4b53 into nodejs:master May 27, 2017
@refack
Copy link
Contributor Author

refack commented May 27, 2017

Landed c1a4b53

@refack refack deleted the ignore-vs-artifacts branch May 27, 2017 21:27
jasnell pushed a commit that referenced this pull request May 28, 2017
PR-URL: #13208
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@jasnell jasnell mentioned this pull request May 28, 2017
@refack refack removed their assignment Jun 12, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
MylesBorins pushed a commit that referenced this pull request Jul 17, 2017
PR-URL: #13208
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants