Skip to content

Commit c694633

Browse files
committed
build: sort phony rules
Sort phony rules and place them one per line for the ease of updating and backporting PR-URL: #12059 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 9decfb1 commit c694633

File tree

1 file changed

+65
-10
lines changed

1 file changed

+65
-10
lines changed

Makefile

Lines changed: 65 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -905,13 +905,68 @@ lint:
905905
lint-ci: lint
906906
endif
907907

908-
.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean \
909-
check uninstall install install-includes install-bin all staticlib \
910-
dynamiclib test test-all test-addons test-addons-clean build-addons \
911-
website-upload pkg blog blogclean tar binary release-only \
912-
bench-http-simple bench-idle bench-all bench bench-misc bench-array \
913-
bench-buffer bench-net bench-http bench-fs bench-tls cctest run-ci test-v8 \
914-
test-v8-intl test-v8-benchmarks test-v8-all v8 lint-ci bench-ci jslint-ci \
915-
doc-only $(TARBALL)-headers test-ci test-ci-native test-ci-js build-ci \
916-
clear-stalled coverage-clean coverage-build coverage-test coverage \
917-
list-gtests test-addons-napi build-addons-napi
908+
.PHONY: $(TARBALL)-headers \
909+
all \
910+
bench \
911+
bench \
912+
bench-all \
913+
bench-array \
914+
bench-buffer \
915+
bench-ci \
916+
bench-fs \
917+
bench-http \
918+
bench-http-simple \
919+
bench-idle \
920+
bench-misc \
921+
bench-net \
922+
bench-tls \
923+
binary \
924+
blog \
925+
blogclean \
926+
build-addons \
927+
build-addons-napi \
928+
build-ci \
929+
cctest \
930+
check \
931+
clean \
932+
clear-stalled \
933+
coverage \
934+
coverage-build \
935+
coverage-clean \
936+
coverage-test \
937+
cpplint \
938+
dist \
939+
distclean \
940+
doc \
941+
doc-only \
942+
docclean \
943+
docopen \
944+
dynamiclib \
945+
install \
946+
install-bin \
947+
install-includes \
948+
jslint \
949+
jslint-ci \
950+
lint \
951+
lint-ci \
952+
list-gtests \
953+
pkg \
954+
release-only \
955+
run-ci \
956+
staticlib \
957+
tar \
958+
test \
959+
test-addons \
960+
test-addons-clean \
961+
test-addons-napi \
962+
test-all \
963+
test-ci \
964+
test-ci-js \
965+
test-ci-native \
966+
test-v8 \
967+
test-v8-all \
968+
test-v8-benchmarks \
969+
test-v8-intl \
970+
uninstall \
971+
v8 \
972+
website-upload

0 commit comments

Comments
 (0)