scripts fix change scripts to script, and create dependencies

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw)
2023-05-11 18:08:45 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent c85bbe0488
commit b613a045d5
10 changed files with 75 additions and 21 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
# Makefile helper functions for copyright
#
LICENSE_TEMPLATE ?= $(ROOT_DIR)/scripts/LICENSE_TEMPLATE
LICENSE_TEMPLATE ?= $(ROOT_DIR)/script/LICENSE_TEMPLATE
# TODO: GOBIN -> TOOLS_DIR
# Questions about go mod instead of go path: https://github.com/kubernetes/kubernetes/issues/117181
@@ -55,5 +55,5 @@ copyright.add: tools.verify.addlicense
## copyright.help: Show copyright help
.PHONY: copyright.help
copyright.help: scripts/make-rules/copyright.mk
copyright.help: script/make-rules/copyright.mk
$(call smallhelp)