Summary: | Зависает сборка с make 4.4.0, если заданы THE_GROUPS или MAIN_GROUPS | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Sisyphus | Reporter: | Антон Мидюков <antohami> | ||||||
Component: | mkimage-profiles | Assignee: | Антон Мидюков <antohami> | ||||||
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||||
Severity: | critical | ||||||||
Priority: | P5 | CC: | aen, andy, antohami, glebfm, iv, legion, mike, shaba | ||||||
Version: | unstable | ||||||||
Hardware: | all | ||||||||
OS: | Linux | ||||||||
See Also: | https://bugzilla.altlinux.org/show_bug.cgi?id=44226 | ||||||||
Attachments: |
|
Description
Антон Мидюков
2022-12-06 19:55:42 MSK
Created attachment 12132 [details]
Защита функций от спонтанного выполнения в make-4.4
Заменил
VAR = <code>
на
define VAR
$(if $(filter VAR,$(0)),<code>
endef
Так у меня работает.
Created attachment 12139 [details]
Защита функций от спонтанного выполнения в make-4.4
mkimage-profiles-1.5.0-alt1 -> sisyphus: Fri Dec 30 2022 Anton Midyukov <antohami@altlinux> 1.5.0-alt1 - Updating lists for riscv64 (thanks iv@) - check conditions of make for equality of variables with an empty value - Set variable BRANCH, if not defined or empty; show $BRANCH - Add STDOUT option to output log to stdout - reports.mk: archive report with REPORT=2 - profile.mk: do not cleanup BUILDDIR, which is a symlink - use/dev: Fix: Enable hasher-privd by default (thanks manowar@) - regular.mk: set KFLAVOUR un-def for jeos in Sisyphus - regular.mk: add drm kernel moules + firmware to initrd for all - regular.mk: net-install is available for alles BRANCH - grub: drop $linux_suffix in *.cfg - grub: add ip=dhcp to bootargs in 88netinstall.cfg - sound: use wireplumber instead pipewire-media-session for pipewire in Sisyphus (request by aris@) - uboot: add u-boot-rpi3 to list - image.in/functions.mk: protect the code from spontaneous execution (Closes: 44561) - regular.mk: add use/efi/dtb - education: add latest commits (from cas@) - workstation: add latest commits (from sem@) - alt-server: add latest commits (from jqt4) - slinux: Add pam_gnome-keyring (from jqt4) |