summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-23 10:58:41 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-23 10:58:41 -0700
commit53723a43e50863968bb040f5ad4f2f9005bac041 (patch)
tree7ffd6ab41a2ecf7754d3db0eded4c31257613a48 /GNUmakefile
parent19a41387633e53d64d8a0ae69f3d3d3e35641c8d (diff)
parentc2f977be6492fd93b359c97dee9b2968fe56fef6 (diff)
Merge branch 'lukeshu/docs'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3540302..5f49647 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` #########
@@ -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/%: