On Mon, Jan 29, 2024 at 08:31:48AM +0100, Christoph Hellwig wrote: > Hi all, > > I've been starting to look into making the xfsprogs build system suck > less. This series stops generating platform_defs.h and removes a lot > of superfluous configure checks. For the whole series, Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> I really like ripping out autoconf crap for pre-2.6.40 kernels. :) --D > > Diffstat: > b/Makefile | 15 - > b/configure.ac | 33 ---- > b/fsr/Makefile | 4 > b/fsr/xfs_fsr.c | 2 > b/include/bitops.h | 2 > b/include/builddefs.in | 37 ---- > b/include/linux.h | 2 > b/include/platform_defs.h | 10 - > b/io/Makefile | 69 --------- > b/io/io.h | 36 ---- > b/io/mmap.c | 8 - > b/io/pread.c | 8 - > b/io/prealloc.c | 8 - > b/io/pwrite.c | 8 - > b/io/seek.c | 5 > b/io/stat.c | 2 > b/io/sync.c | 4 > b/libfrog/Makefile | 4 > b/libfrog/paths.c | 9 - > b/libxfs/topology.c | 37 ---- > b/m4/Makefile | 1 > b/m4/package_libcdev.m4 | 349 ---------------------------------------------- > b/repair/bmap.c | 23 +-- > b/repair/bmap.h | 13 - > b/scrub/Makefile | 20 -- > b/scrub/common.h | 8 - > b/scrub/disk.c | 30 +-- > b/scrub/xfs_scrub.c | 6 > m4/package_types.m4 | 14 - > 29 files changed, 35 insertions(+), 732 deletions(-) >