summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-06-17 08:22:07 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2017-06-17 08:22:07 +0000
commitdce02125f6fb299b8ddc4c95f279e5e199579da7 (patch)
tree6a07ae0adae259f15c136012d957eda6b7fee6f6 /Makefile
parent522de7d159c5106316cea5b91a3c13484c7865bd (diff)
Makefile: drop obsolteted update-lts targets
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52656 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index c641ed74ae..76017a5108 100644
--- a/Makefile
+++ b/Makefile
@@ -190,21 +190,6 @@ update-oldold-security:
done ; \
done
-update-lts: update-lts-$(OLDOLDSTABLE)
-
-update-lts-$(OLDOLDSTABLE):
- set -e && archive=$(shell echo $@ | cut -d- -f3) ; \
- for section in main contrib non-free ; do \
- for arch in $($(shell echo $@ | cut -d- -f3)_LTS_ARCHS) ; do \
- $(PYTHON) bin/apt-update-file \
- $(MIRROR)/dists/$${archive}-lts/$$section/binary-$$arch/Packages \
- data/packages/$${archive}-lts__$${section}_$${arch}_Packages ; \
- done ; \
- $(PYTHON) bin/apt-update-file \
- $(MIRROR)/dists/$${archive}-lts/$$section/source/Sources \
- data/packages/$${archive}-lts__$${section}_Sources ; \
- done ;
-
update-backports: update-backports-$(STABLE) update-backports-$(OLDSTABLE) update-backports-$(OLDOLDSTABLE)
update-backports-%:

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