This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new d44d91a chore: Add tips for awk failures in makefile (#5250)
d44d91a is described below
commit d44d91a48f504586a65c938d35c4306419a26f98
Author: Joey <[email protected]>
AuthorDate: Fri Oct 15 19:19:55 2021 +0800
chore: Add tips for awk failures in makefile (#5250)
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index dbdd6d7..c5b5483 100644
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,8 @@ endif
### help : Show Makefile rules
+### If there're awk failures, please make sure
+### you are using awk or gawk
.PHONY: help
help:
@$(call func_echo_success_status, "Makefile rules:")