0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools
Refael Ackermann 5d8373a498 tools,gyp: don't force build actions with multiple outputs
Don't add `force_append` (FORCE_DO_CMD) to the intermediate sentinal.
Adding it makes the action run alway, even when there are no changes.
(refack): AFAICT because `*.intermediate` files don't have build rules.

PR-URL: https://github.com/nodejs/node/pull/23156
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2018-10-02 17:53:14 -04:00
..
bootstrap
clang-format tools: add missing package-lock to clang-format 2018-08-25 17:09:59 +02:00
configure.d
doc tools: fix doc tool behavior for version arrays 2018-09-12 11:47:08 +02:00
eslint-rules tools: add no-duplicate-requires rule 2018-07-12 16:11:11 -05:00
gyp tools,gyp: don't force build actions with multiple outputs 2018-10-02 17:53:14 -04:00
icu tools: fix compilation after V8 upgrade 2018-09-07 21:07:38 +02:00
inspector_protocol inspector: add inspector_protocol as a direct dependency 2018-08-10 18:03:43 -07:00
jinja2 inspector: add inspector_protocol as a direct dependency 2018-08-10 18:03:43 -07:00
macos-installer
markupsafe inspector: add inspector_protocol as a direct dependency 2018-08-10 18:03:43 -07:00
msvs build: exclude npm test directories on Windows 2018-10-02 13:19:49 -04:00
node_modules tools: update ESLint to 5.6.1 2018-10-01 09:46:40 +02:00
node-lint-md-cli-rollup tools: make lint-md-rollup & checkin lint-md.js 2018-09-11 14:12:23 -04:00
pkgsrc src,tools: use https://nodejs.org URL when possible. 2018-07-14 11:57:59 +02:00
rpm src,tools: use https://nodejs.org URL when possible. 2018-07-14 11:57:59 +02:00
.eslintrc.yaml
build-addons.js build: build addon tests in parallel 2018-06-11 20:09:28 +02:00
certdata.txt
check_macros.py
check-imports.py
compress_json.py
cpplint.py tools: fix cpplint --quiet option 2018-10-01 10:35:33 +02:00
create_android_makefiles
create_expfile.sh
dcheck_macros.py
generate_code_cache.js src: perform integrity checks on built-in code cache 2018-08-18 05:21:52 +08:00
genv8constants.py
getmoduleversion.py
getnodeversion.py tools: make getnodeversion.py python3-compatible 2018-07-19 19:19:30 +02:00
gyp_node.py
install.py tools: remove lldbinit file from install script 2018-09-07 21:07:43 +02:00
js2c.py src: perform integrity checks on built-in code cache 2018-08-18 05:21:52 +08:00
license2rtf.js
license-builder.sh tools: use lint-md.js 2018-09-11 14:12:30 -04:00
lint-js.js
lint-md.js tools: make lint-md-rollup & checkin lint-md.js 2018-09-11 14:12:23 -04:00
lsan_suppressions.txt
macos-firewall.sh
make-v8.sh
mk-ca-bundle.pl
mkssldef.py
nodcheck_macros.py
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh
run-valgrind.py
run-worker.js
sign.bat
specialize_node_d.py
test-npm-package.js
test-v8.bat
test.py test: remove test/gc, integrate into parallel 2018-08-01 18:04:56 +02:00
update-authors.js tools: implement update-authors in JS 2018-09-14 18:58:25 +02:00
update-babel-eslint.sh tools: update dmn to 2.0.0 2018-09-06 13:06:54 -07:00
update-eslint.sh tools: update dmn to 2.0.0 2018-09-06 13:06:54 -07:00
utils.py