From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/600#note_400118231
>What happens when FLAVOR is 'not defined'. I am worried
build_configs.sh shifts the variables and '1' is accidentally used as
FLAVOR.
From redhat/Makefile:
dist-configs-prep: dist-clean-configs
cd $(REDHAT)/configs; ./build_configs.sh "$(PACKAGE_NAME)"
"$(ARCH_MACH)" "$(FLAVOR)"
AFAICT the above is the only place that build_configs.sh is called.
FLAVOR
is wrapped in quotes so it would show up as empty, and there is no
argument
after FLAVOR?
Similar to ARCH_MACH, FLAVOR can be empty. In that case, all the
flavors
are used from the flavors file in the tree.
P.
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]