[Bug 263899] graphics/gpu-firmware-kmod leaves work-* dirs after make clean
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263899 --- Comment #5 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2701f8e3a2cee6c986c9399702673fa81d2f903e commit 2701f8e3a2cee6c986c9399702673fa81d2f903e Author: Emmanuel Vadot <[email protected]> AuthorDate: 2022-05-16 12:06:25 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2022-05-16 12:08:27 +0000 graphics/gpu-firmware-*-kmod: Remove defualt FLAVOR The default flavor is always the first of the list. Setting one make the port framework always use this one and so things like make clean will never clean all the flavors. This will lead to leave all the work-${FLAVOR} directories except for the default one if one is building graphics/gpu-firmware-kmod. PR: 263899 Sponsored by: Beckhoff Automation GmbH & Co. KG graphics/gpu-firmware-amd-kmod/Makefile | 1 - graphics/gpu-firmware-intel-kmod/Makefile | 1 - graphics/gpu-firmware-radeon-kmod/Makefile | 1 - 3 files changed, 3 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.