Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2024 16:02:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 281755] make cleanworld cleanuniverse cleankernel leave dot-files behind
Message-ID:  <bug-281755-227-jCFBIyxLNZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281755-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281755-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281755

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
Interesting, there's a related earlier change:

commit c10062b9bfd568e453bb4d6a625c3def48f0b6e8
Author: Bryan Drewery <bdrewery@FreeBSD.org>
Date:   Wed Nov 1 21:22:10 2017 +0000

    Add a 'make cleanuniverse'.

    This will remove all build files for the source directory
    when MK_UNIFIED_OBJDIR is enabled.

    Sponsored by:   Dell EMC Isilon

-       rm -rf ${BW_CANONICALOBJDIR}/*
+       rm -rf ${BW_CANONICALOBJDIR}*

I'm not sure why this is `${BW_CANONICALOBJDIR}*` and not just
`${BW_CANONICALOBJDIR}`.

If there's a reason we can't switch back to removing the
`${BW_CANONICALOBJDIR}` we might want to use find to clean up.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281755-227-jCFBIyxLNZ>