build: make tools/doc/node_modules non-phony#22189
build: make tools/doc/node_modules non-phony#22189danbev wants to merge 1 commit intonodejs:masterfrom
Conversation
|
/ping @rubys @richardlau @nodejs/build-files |
Makefile
Outdated
There was a problem hiding this comment.
Is there any reason for the white space changes?
There was a problem hiding this comment.
With the indentation the comments are sent to the shell and displayed as:
# Build the addons before running the tests so the test resultsMy reasoning was that this was a mistake and that if we wanted the comments to be displayed the echo command would be used instead and without the #.
There was a problem hiding this comment.
There was a problem hiding this comment.
I just removed the commit from the PR but I can create a separate one with this change so that this one can be merged.
refack
left a comment
There was a problem hiding this comment.
I'd prefer we keep the comments in the shell scope for this PR.
1191a66 to
e502580
Compare
@refack I've removed that commit from the PR. If CI comes back green could you remove you change request as I'd like to merge this? Thanks |
This commit makes the target tools/doc/node_modules a non-phony target and also adds tools/doc/package.json as a prerequisite to it to avoid running it unnecessary. This is currently causing the target test/addons/.docbuildstamp to be always be executed as it has tools/doc/node_modules as a prerequisite.
e502580 to
b99e529
Compare
|
Landed in 88bff82. |
This commit makes the target tools/doc/node_modules a non-phony target and also adds tools/doc/package.json as a prerequisite to it to avoid running it unnecessary. This is currently causing the target test/addons/.docbuildstamp to be always be executed as it has tools/doc/node_modules as a prerequisite. PR-URL: #22189 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Sam Ruby <rubys@intertwingly.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit makes the target tools/doc/node_modules a non-phony target and also adds tools/doc/package.json as a prerequisite to it to avoid running it unnecessary. This is currently causing the target test/addons/.docbuildstamp to be always be executed as it has tools/doc/node_modules as a prerequisite. PR-URL: #22189 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Sam Ruby <rubys@intertwingly.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit makes the target tools/doc/node_modules a non-phony target and also adds tools/doc/package.json as a prerequisite to it to avoid running it unnecessary. This is currently causing the target test/addons/.docbuildstamp to be always be executed as it has tools/doc/node_modules as a prerequisite. PR-URL: nodejs/node#22189 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Sam Ruby <rubys@intertwingly.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit makes the target
tools/doc/node_modulesa non-phony targetand also adds
tools/doc/package.jsonas a prerequisite to it to avoidrunning it unnecessary. This is currently causing the target
test/addons/.docbuildstampto be always be executed as it hastools/doc/node_modulesas a prerequisite.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes