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 aba1687 commit 6d3332bCopy full SHA for 6d3332b
scripts/makefile/help.mk
@@ -11,12 +11,13 @@ help:
11
@echo -e ' ${YELLOW}make${RESET} ${GREEN}<target>${RESET}'
12
@echo ''
13
@echo 'Targets:'
14
- @awk '/^[a-zA-Z\-\_0-9]+:/ { \
+ @awk '/^[a-zA-Z\-_0-9]+:/ { \
15
helpMessage = match(lastLine, /^## (.*)/); \
16
if (helpMessage) { \
17
helpCommand = substr($$1, 0, index($$1, ":")); \
18
helpMessage = substr(lastLine, RSTART + 3, RLENGTH); \
19
printf " ${YELLOW}%-$(TARGET_MAX_CHAR_NUM)s${RESET} ${GREEN}%s${RESET}\n", helpCommand, helpMessage; \
20
} \
21
22
- { lastLine = $$0 }' $(MAKEFILE_LIST)
+ { lastLine = $$0 }' $(MAKEFILE_LIST)
23
+
0 commit comments