summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2012-03-31 10:51:39 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2012-03-31 10:51:39 +0000
commit5963a2984976c8ee9ba60429415192cef66fa20c (patch)
tree77ff11ef5acb8f718836de2f62bd2bff06f4207f /Makefile
parentb02c6fa4809775102791348c835aedccf6d90ac2 (diff)
Makefile: remove one more missing -old- dependency
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@18790 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 395abe20df..260968110f 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ stamps/DTSA-syntax: data/DTSA/list bin/check-syntax $(PYTHON_MODULES)
serve:
@bash bin/test-web-server
-.PHONY: update-packages update-testing update-stable
+.PHONY: update-packages update-testing update-stable update-oldstable
update-packages: update-testing
set -e ; for rel in sid experimental ; do \
for archive in main contrib non-free ; do \
@@ -122,7 +122,7 @@ update-testing-security:
done
SEC_MIRROR = http://security.debian.org/dists
-update-security: update-old-security
+update-security:
for archive in $(STABLE); do \
for section in main contrib non-free ; do \
$(PYTHON) bin/apt-update-file \

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