Skip to content

build: put .PHONY on line before of its target definition. - #17964

Closed
oantoro wants to merge 1 commit into
nodejs:masterfrom
oantoro:phony-style
Closed

build: put .PHONY on line before of its target definition.#17964
oantoro wants to merge 1 commit into
nodejs:masterfrom
oantoro:phony-style

Conversation

@oantoro

Copy link
Copy Markdown

Before this change, the .PHONY is followed by multiple targets. Now it is multiple .PHONY for each target

Refs: #16968

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

build

Before this change, the .PHONY is followed by multiple targets. Now it is multiple .PHONY for each target
Refs: nodejs#16968
@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Jan 3, 2018
@oantoro

Copy link
Copy Markdown
Author

@bnoordhuis could you review this PR? Thank you

@joyeecheung

Copy link
Copy Markdown
Member

@BridgeARBridgeAR added fast-track PRs that do not need to wait for 48 hours to land. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Jan 4, 2018
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Jan 5, 2018
Before this change, the .PHONY is followed by multiple targets.
Now it is multiple .PHONY for each target.
PR-URL: nodejs#17964
Refs: nodejs#16968
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeAR

Copy link
Copy Markdown
Member

Landed in feaf6ac

I fixed the commit message while landing.

@BridgeARBridgeAR closed this Jan 5, 2018
@oantoro
oantoro deleted the phony-style branch January 5, 2018 15:18
MylesBorins pushed a commit that referenced this pull request Jan 8, 2018
Before this change, the .PHONY is followed by multiple targets.
Now it is multiple .PHONY for each target.
PR-URL: #17964
Refs: #16968
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request Jan 9, 2018
Before this change, the .PHONY is followed by multiple targets.
Now it is multiple .PHONY for each target.
PR-URL: #17964
Refs: #16968
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request Jan 9, 2018
Before this change, the .PHONY is followed by multiple targets.
Now it is multiple .PHONY for each target.
PR-URL: #17964
Refs: #16968
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@MylesBorinsMylesBorins mentioned this pull request Jan 10, 2018
@TimothyGuTimothyGu removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 13, 2018
@MylesBorins

Copy link
Copy Markdown
Contributor

Should this be backported to LTS? if so it will need a backport

@MylesBorins

This comment has been minimized.

@MylesBorins

Copy link
Copy Markdown
Contributor

ping @nodejs/build re: backport

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@oantoro@joyeecheung@BridgeAR@MylesBorins@TimothyGu@nodejs-github-bot