[jhalfs] 03/03: Make test-mismatch configurable
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Sun, 31 Aug 2025 14:23:29 +0000
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 540e2dbeccefe3edf0c718c3e1341190b5ab7830 Author: Pierre Labastie <[email protected]> AuthorDate: Sun Aug 31 16:22:03 2025 +0200 Make test-mismatch configurable Presently, it is not possible to disable testing a mismatch between an extracted directory name and a package version. This may be a problem in some cases (for example if using base+patch for the kernel). The infrastructure is already there. We just need to add the possibility to set TEST_MISMATCH. This commit adds TEST_MISMATCH to config validation. --- common/libs/func_validate_configs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libs/func_validate_configs.sh b/common/libs/func_validate_configs.sh index 741f6f4..517b425 100644 --- a/common/libs/func_validate_configs.sh +++ b/common/libs/func_validate_configs.sh @@ -29,7 +29,7 @@ inline_doc local -r LFS_book="$BOOK_common INITSYS BLFS_TOOL" # Build Settings by book - local -r LFS_build="$BUILD_chroot NCURSES5 $BUILD_common KEEPDIR PKGMNGT FULL_LOCALE WRAP_INSTALL" + local -r LFS_build="$BUILD_chroot NCURSES5 $BUILD_common KEEPDIR TEST_MISMATCH PKGMNGT FULL_LOCALE WRAP_INSTALL" # System Settings by book local -r LFS_system="HOSTNAME INTERFACE IP_ADDR GATEWAY PREFIX BROADCAST DOMAIN DNS1 DNS2 FONT KEYMAP LOCAL LOG_LEVEL" -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page