We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8988b1e commit fcd6d80Copy full SHA for fcd6d80
tools/make/lib/ls/files.mk
@@ -52,10 +52,10 @@ FILES ?= $(shell $(FIND_FILES_CMD))
52
# make list-files
53
#
54
# @example
55
-# make list-files FILES_FILTER=".*/math/base/special/abs/.*"
+# make list-files FILES_FILTER='.*/math/base/special/abs/.*'
56
57
58
-# make list-files FILES_FILTER=".*/math/base/special/abs/.*" FILES_PATTERN="*.js"
+# make list-files FILES_FILTER='.*/math/base/special/abs/.*' FILES_PATTERN='*.js'
59
list-files:
60
$(QUIET) find $(find_kernel_prefix) $(ROOT_DIR) $(FIND_FILES_FLAGS) $(find_print_list)
61
0 commit comments