https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281755
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ed Maste <[email protected]> --- Interesting, there's a related earlier change: commit c10062b9bfd568e453bb4d6a625c3def48f0b6e8 Author: Bryan Drewery <[email protected]> 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. -- You are receiving this mail because: You are the assignee for the bug.
