[Bug 263899] graphics/gpu-firmware-kmod leaves work-* dirs after make clean

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 May 2022 12:09:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263899

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=2701f8e3a2cee6c986c9399702673fa81d2f903e

commit 2701f8e3a2cee6c986c9399702673fa81d2f903e
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-05-16 12:06:25 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
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.