mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build: use tabs for indentation in Makefile
PR-URL: https://github.com/nodejs/node/pull/32614 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
c7a235f0a7
commit
78e6d2484f
4
Makefile
4
Makefile
@ -1233,9 +1233,9 @@ lint-md-build:
|
||||
$(warning "Deprecated no-op target 'lint-md-build'")
|
||||
|
||||
ifeq ("$(wildcard tools/.mdlintstamp)","")
|
||||
LINT_MD_NEWER =
|
||||
LINT_MD_NEWER =
|
||||
else
|
||||
LINT_MD_NEWER = -newer tools/.mdlintstamp
|
||||
LINT_MD_NEWER = -newer tools/.mdlintstamp
|
||||
endif
|
||||
|
||||
LINT_MD_TARGETS = doc src lib benchmark test tools/doc tools/icu $(wildcard *.md)
|
||||
|
Loading…
Reference in New Issue
Block a user