From: Íñigo Huguet on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2339#note_1297458063

Basically, we should need to determine if the user has selected any value for
DISTRO, DIST or BUILD_TARGET, either in command line or in Makefile.variables.
If the user has defined any, respect it, but if not, we choose.

The problem is that, for DIST, the default value is being set in
Makefile.variables, and it depends on the local machine (i.e. if you're in
Fedora, it selects '.fc37'). Maybe we could put `DIST ?=` in
Makefile.variables, and move the current default value to Makefile? Would that
be OK?
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to