[jhalfs] 01/03: Let default commit depend on book arch
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Fri, 07 Mar 2025 09:28:51 +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 ea4d894ac1faced49e36017bfdea876af0f63662 Author: Pierre Labastie <[email protected]> AuthorDate: Fri Mar 7 09:24:59 2025 +0100 Let default commit depend on book arch If a multilib arch is selected, then default to multilib, else to trunk. --- Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Config.in b/Config.in index d68812a..3c73304 100644 --- a/Config.in +++ b/Config.in @@ -86,7 +86,8 @@ menu "BOOK Settings" config COMMIT string "Which point in git history?" - default "trunk" + default "trunk" if LFS_MULTILIB_NO + default "multilib" if ! LFS_MULTILIB_NO depends on BRANCH help You can select the development version of the book using "trunk". -- 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