Skip to content

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

Rodrigo Muino Tomonari requested to merge github/fork/oantoro/phony-style into master

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

Refs: https://github.com/nodejs/node/issues/16968

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

build

Merge request reports

Loading