On Fri, Mar 28, 2025 at 05:39:10PM -0400, Theodore Ts'o wrote: > On Thu, Feb 20, 2025 at 09:12:46AM +0100, Carlos Maiolino wrote: > > On Wed, Feb 19, 2025 at 11:05:00AM -0500, Theodore Ts'o wrote: > > > Commit 6e1d3517d108 ("libxfs: test compiling public headers with a C++ > > > compiler") will create the .extradep file. This can cause future > > > builds to fail if the header files in $(DESTDIR) no longer exist. > > > > > > Fix this by removing .extradep (along with files like .ltdep) on a > > > "make clean". > > > > > > Fixes: 6e1d3517d108 ("libxfs: test compiling public headers with a C++ compiler") > > > Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> > > > > Looks good. > > Reviewed-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> > > Looks like this hasn't yet landed in the xfsprogs repo? Is there > anything that I need to do? Poke the maintainer [now added to the To: line], I guess. :) --D > Thanks, > > - Ted