Skip to content

Commit 9d5cd66

Browse files
rbmarlierepevik
authored andcommitted
configure: Add missing include/mk/config-openposix.mk reference
The file include/mk/config-openposix.mk should be added to the AUTOGENERATED_FILES array in include/mk/automake.mk so that it can be cleaned in the cleaning targets. Also, add a small comment in configure.ac so it does not happen again. Link: https://lore.kernel.org/ltp/20250327-fix_make_clean-v1-1-8b9ed2a8d96a@suse.com/ Fixes: 63b6532 ("open_posix_testsuite: Propagate configure params") Reviewed-by: Cyril Hrubis <chrubis@suse.cz> Reviewed-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Ricardo B. Marlière <rbm@suse.com>
1 parent edd08f0 commit 9d5cd66

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ AC_CONFIG_AUX_DIR([.])
77
AM_INIT_AUTOMAKE
88
AC_CONFIG_HEADERS([include/config.h])
99
AC_CONFIG_MACRO_DIR([m4])
10+
11+
# Adding files here? Please update include/mk/automake.mk
1012
AC_CONFIG_FILES([ \
1113
include/mk/config.mk \
1214
include/mk/config-openposix.mk \

include/mk/automake.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ ac-maintainer-clean:: ac-distclean
7676
#
7777
AUTOGENERATED_FILES = \
7878
include/mk/config.mk \
79+
include/mk/config-openposix.mk \
7980
include/mk/features.mk \
8081
lib/ltp.pc \
8182
m4/Makefile

0 commit comments

Comments
 (0)