|
|
@ -120,6 +120,7 @@ MAKEFLAGS += --no-print-directory
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
# Copy githook scripts when execute makefile
|
|
|
|
# Copy githook scripts when execute makefile
|
|
|
|
|
|
|
|
# TODO! GIT_FILE_SIZE_LIMIT=42000000 git commit -m "This commit is allowed file sizes up to 42MB"
|
|
|
|
COPY_GITHOOK:=$(shell cp -f script/githooks/* .git/hooks/; chmod +x .git/hooks/*)
|
|
|
|
COPY_GITHOOK:=$(shell cp -f script/githooks/* .git/hooks/; chmod +x .git/hooks/*)
|
|
|
|
|
|
|
|
|
|
|
|
# COMMA: Concatenate multiple strings to form a list of strings
|
|
|
|
# COMMA: Concatenate multiple strings to form a list of strings
|
|
|
|