summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-12-26 18:20:02 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-12-26 18:20:02 -0700
commitd0e9e9c4a178fe396f3ba255bc440a15b107a097 (patch)
treebb1713fc757d70b1e15b584aea9f7462a19374c2 /GNUmakefile
parentc578a300c7d0d46662fcd0bdce69af95a821bc18 (diff)
parent1aad8aa5947960e26d8efcdabb52babd6b52005b (diff)
Merge branch 'lukeshu/lib9p-idl-cleanup'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9ebbe86..9f5ad61 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -34,8 +34,8 @@ lib9p/include/lib9p/linux-errno.h: %: %.gen 3rd-party/linux-errno.txt
$^ >$@
generate/files += lib9p/9p.generated.c lib9p/include/lib9p/9p.generated.h
-lib9p/9p.generated.c lib9p/include/lib9p/9p.generated.h &: lib9p/idl.gen lib9p/idl/*.9p
- $^
+lib9p/9p.generated.c lib9p/include/lib9p/9p.generated.h &: lib9p/idl.gen lib9p/idl/__init__.py lib9p/idl lib9p/idl/*.9p
+ $< $(filter %.9p,$^)
generate/files += libusb/include/libusb/tusb_helpers.h 3rd-party/MS-LCID.pdf 3rd-party/MS-LCID.txt
libusb/include/libusb/tusb_helpers.h 3rd-party/MS-LCID.pdf 3rd-party/MS-LCID.txt &: libusb/include/libusb/tusb_helpers.h.gen
@@ -133,7 +133,6 @@ lint/all: lint/%:
-e 's,.*/config/,,' \
-e 's,.*/config\.h$$,config.h,' \
-e 's,.*include/,,' \
- -e 's,^lib9p/idl/,,' \
-e 's/\.wip$$//'); \
if [ "$$dscname_act" != "$$dscname_exp" ] && [ "cmd/$$dscname_act" != "$$dscname_exp" ]; then \
echo "$$filename self-identifies as $$dscname_act (expected $$dscname_exp)"; r=1; \