summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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/%: