summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-19 23:12:59 +0000
committerJoey Hess <joeyh@debian.org>2005-10-19 23:12:59 +0000
commit4599050606a82839853eb27760cb07608038dfd5 (patch)
tree3a1d99439236aff4d090b9f8bd2d32c44741eb1d /Makefile
parent20cd29d934ef16cee0a9d683f5ac4233739c1a12 (diff)
remove check code for CAN/list
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2463 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index adeaa99a1c..090c2de028 100644
--- a/Makefile
+++ b/Makefile
@@ -18,13 +18,9 @@ clean:
test check: check-syntax
-check-syntax: stamps/CAN-syntax stamps/CVE-syntax \
+check-syntax: stamps/CVE-syntax \
stamps/DSA-syntax stamps/DTSA-syntax
-stamps/CAN-syntax: data/CAN/list bin/check-syntax $(PYTHON_MODULES)
- $(PYTHON) bin/check-syntax CAN data/CAN/list
- touch $@
-
stamps/CVE-syntax: data/CVE/list bin/check-syntax $(PYTHON_MODULES)
$(PYTHON) bin/check-syntax CVE data/CVE/list
touch $@

© 2014-2024 Faster IT GmbH | imprint | privacy policy