]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
make: remove the .extradep file in libxfs on "make clean"
authorTheodore Ts'o <tytso@mit.edu>
Wed, 19 Feb 2025 16:05:00 +0000 (11:05 -0500)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 31 Mar 2025 08:03:25 +0000 (10:03 +0200)
commitd2d034be62f490af3bb5381930462ad377e24a35
tree63649a8cd9bfeb4fa9e1d9b6f05182e95449fa26
parentc34735adb5116b4edae110d788c44d2462017765
make: remove the .extradep file in libxfs on "make clean"

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@mit.edu>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
include/buildrules