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
commitb444a06a43ce1ebc586decd4718f9f1c490060f5 (patch)
treebd43373844c16e1f05f7c0037cf39f1e343a9575 /Makefile
parente8d91f7358fe8405358e4d02b519bb95a7c77ab5 (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