Commit 042749f
build: only try to find node when it's needed by the target
Right now `node -p process.versions.openssl` always gets run
in the Makefile even when it's not needed by the target
(e.g. `make clean`, `make test-only`). This patch makes it
a run time call instead of part of the global expansion.
PR-URL: #24115
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>1 parent 44a1993 commit 042749fCopy full SHA for 042749f
File tree
Expand file treeCollapse file tree
1 file changed
+14
-14
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+14
-14
lines changedOpen diff view settings
Collapse file
+14-14Lines changed: 14 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
332 | 332 | |
333 | 333 | |
334 | 334 | |
335 | | - |
336 | | - |
| 335 | + |
| 336 | + |
337 | 337 | |
338 | | - |
339 | | - |
340 | | - |
341 | | - |
342 | | - |
343 | | - |
344 | | - |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
345 | 345 | |
346 | 346 | |
347 | 347 | |
| ||
609 | 609 | |
610 | 610 | |
611 | 611 | |
612 | | - |
613 | | - |
614 | | - |
615 | | - |
616 | | - |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
617 | 617 | |
618 | 618 | |
619 | 619 | |
|
0 commit comments