From b5790dddeb0b12f144125795cadf84f7d1a143df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Thu, 31 May 2018 16:29:40 +0200 Subject: Add a command to display the list of supported update-* targets --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c004efd998..363008f9f1 100644 --- a/Makefile +++ b/Makefile @@ -119,6 +119,13 @@ update-main: $(foreach release,$(MAIN_RELEASES),update-$(release)) update-security: $(foreach release,$(SECURITY_RELEASES),update-$(release)_security) update-backports: $(foreach release,$(BACKPORT_RELEASES),update-$(release)_backports) +supported-update-targets: + @echo -n "unstable testing stable oldstable oldoldstable " + @echo -n "testing-security stable-security oldstable-security oldoldstable-security " + @echo -n "main security backports " + @echo -n "$(RELEASES) " + @echo -n "lists nvd" + # Other custom update rules update-lists: git fetch -q origin && git checkout -f origin/master -- data -- cgit v1.2.3