summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2018-05-31 18:34:53 +0200
committerRaphaël Hertzog <hertzog@debian.org>2018-05-31 18:34:53 +0200
commitf8a981b82968147ba877797f8bef651acc035f9e (patch)
tree9e504cc5b22b57873a111453dd908619a8355f78 /Makefile
parentb5790dddeb0b12f144125795cadf84f7d1a143df (diff)
Revert the try to have clean progress information during update-* targets
We want "make -s update-foo" to not output anything when there are no errors.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 363008f9f1..e293b3ae7b 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,6 @@ include lib/*-releases.mk
# <name>_RELEASE: the release name for the security tracker
# <name>_SUBRELEASE: the sub-release identifier for the security tracker
-Q=@
-ifneq ($(V),)
-Q=
-endif
-
all:
$(PYTHON) bin/update-db data/security.db
@@ -77,17 +72,15 @@ update-packages: $(foreach release,$(RELEASES),update-$(release))
define add_update_rule =
.PHONY: update-$(1)
update-$(1):
- $$(Q)set -e; \
+ set -e; \
prefix="$$($(1)_RELEASE)_$$($(1)_SUBRELEASE)"; \
dist="$$($(1)_DIST)"; \
mirror="$$($(1)_MIRROR)"; \
for section in main contrib non-free ; do \
- echo "Fetching $$$$mirror/dists/$$$$dist/$$$$section/source/Sources"; \
$$(PYTHON) bin/apt-update-file \
$$$$mirror/dists/$$$$dist/$$$$section/source/Sources \
data/packages/$$$${prefix}_$$$${section}_Sources ; \
for arch in $$($(1)_ARCHS) ; do \
- echo "Fetching $$$$mirror/dists/$$$$dist/$$$$section/binary-$$$$arch/Packages"; \
$$(PYTHON) bin/apt-update-file \
$$$$mirror/dists/$$$$dist/$$$$section/binary-$$$$arch/Packages \
data/packages/$$$${prefix}_$$$${section}_$$$${arch}_Packages ; \

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