]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
include: stop generating platform_defs.h
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Feb 2024 06:54:03 +0000 (07:54 +0100)
committerCarlos Maiolino <cem@kernel.org>
Wed, 13 Mar 2024 07:48:37 +0000 (08:48 +0100)
commit0fa9dcb61b4ff93c3fb8334541ff04e302631052
treec4490626229b9969e015c338fffd016b9fe79c28
parent4b641cc085f6da992eb0f26f5875c8786933e5c4
include: stop generating platform_defs.h

Now that the sizeof checks are gone, we can stop generating platform_defs.h.
The only caveat is that we need to stop undefining ENABLE_GETTEXT, which the
generation process had removed before.  The actual ENABLE_GETTEXT will be
passd on the compiler command line, just like other ENABLE or HAVE values
from autoconf.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Makefile
configure.ac
include/platform_defs.h [new file with mode: 0644]
include/platform_defs.h.in [deleted file]