debian-{buster,stretch}-*: Explicitly specify DISTRO variables

It seems a manual 'make' in the respective directories no longer
works, as always the default distro is used as upstream reference.

Let's work around this by adding DISTRO variable assignments to the
respective makefiles.

Change-Id: I8769d504ca7afde07d4a0ad1f03aaaec892bf576
This commit is contained in:
Harald Welte 2021-12-15 15:55:06 +00:00 committed by laforge
parent d3d4bcec41
commit ab69bcc39b
7 changed files with 14 additions and 0 deletions

View File

@ -1 +1,3 @@
UPSTREAM_DISTRO=debian:buster
DISTRO=debian-buster
include ../make/Makefile

View File

@ -1 +1,3 @@
UPSTREAM_DISTRO=debian:buster
DISTRO=debian-buster
include ../make/Makefile

View File

@ -1 +1,3 @@
UPSTREAM_DISTRO=debian:buster
DISTRO=debian-buster
include ../make/Makefile

View File

@ -1 +1,3 @@
UPSTREAM_DISTRO=debian:stretch
DISTRO=debian-stretch
include ../make/Makefile

View File

@ -1 +1,3 @@
UPSTREAM_DISTRO=debian:stretch
DISTRO=debian-stretch
include ../make/Makefile

View File

@ -1 +1,3 @@
UPSTREAM_DISTRO=debian:stretch
DISTRO=debian-stretch
include ../make/Makefile

View File

@ -1 +1,3 @@
UPSTREAM_DISTRO=debian:strech
DISTRO=debian-stretch
include ../make/Makefile