From 8f7feb7852ec7cb15c7f51de78f2c474d8807bd7 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 23 Feb 2025 10:35:15 -0700 Subject: Require license notices static files too --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3540302..f1ed37f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -29,8 +29,8 @@ generate/files += COPYING.txt COPYING.txt: wget --no-use-server-timestamps -O $@ https://www.gnu.org/licenses/agpl-3.0.txt -generate/files += cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/newlib.txt -cmd/sbc_harness/static/Documentation/YOUR_RIGHTS_AND_OBLIGATIONS/newlib.txt: /usr/share/licenses/arm-none-eabi-newlib/COPYING.NEWLIB +generate/files += 3rd-party/COPYING.newlib.txt +3rd-party/COPYING.newlib.txt: /usr/share/licenses/arm-none-eabi-newlib/COPYING.NEWLIB cp $< $@ generate/files += 3rd-party/linux-errno.txt @@ -119,7 +119,7 @@ lint/make lint/cmake lint/gitignore lint/ini lint/9p lint/markdown: lint/%: lint/unknown: lint/%: build-aux/lint-unknown ./build-aux/lint-unknown $(sources_$*) lint/all: lint/%: build-aux/lint-generic build-aux/get-dscname - ./build-aux/lint-generic $$(printf '%s\n' $(sources_$*) | grep -vE '/static/') + ./build-aux/lint-generic '%s\n' $(sources_$*) .PHONY: lint lint/% # `format` ######### -- cgit v1.2.3-2-g168b From a1883e93c1094ed34c21e018d34993e2a9e80506 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 21 Feb 2025 12:23:09 -0700 Subject: Complete TODO comments and documentation --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index f1ed37f..5f49647 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -131,7 +131,7 @@ format/python3: format/%: ./build-aux/venv format/sh format/bash: format/% @: format/c: format/%: - @: TODO + @: TODO: Adopt a C code-formatter format/make format/cmake format/gitignore format/ini format/9p format/markdown: format/%: @: format/unknown: format/%: -- cgit v1.2.3-2-g168b