Skip to content

Commit da976f7

Browse files
committed
SWPROT-8953: build: Add hints in helper script
This part is not yet documented in docs, it will be done after the deduplication of UnifySDK Origin: #35 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent eecb19a commit da976f7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

helper.mk

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,19 @@ endif
8787

8888

8989
help: README.md
90-
@cat $<
90+
@head $<
9191
@echo ""
92+
@echo "# Usage"
93+
@echo "# ./helper.mk setup # To setup developer system (once)"
94+
@echo "# ./helper.mk # Build once system has been setup"
9295
@echo "# Available rules at your own risk:"
9396
@grep -o '^[^ ]*:' ${SELF} \
9497
| grep -v '\$$' | grep -v '^#' | grep -v '^\.' \
9598
| grep -v '=' | grep -v '%'
9699
@echo ""
97100
@echo "# Environment:"
98-
@echo "# PATH=${PATH}"
101+
@echo "# PATH=${PATH}"
102+
@echo "# version=${version}"
99103
@echo ""
100104

101105
setup/debian: ${CURDIR}/docker/target_dependencies.apt ${CURDIR}/docker/host_dependencies.apt

0 commit comments

Comments
 (0)