mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
ea93c117f2
"gcc(1)" is really not a file name. Use <ulink> and link to the online man page on https://man.archlinux.org/ so the user can refer to the man pages more easily. The change is done via a sed command and long lines are wrapped manually.
144 lines
6.3 KiB
Plaintext
144 lines
6.3 KiB
Plaintext
<!-- Editing up to the line of ==== should be enough
|
|
to generate a book for development, release, or rc-->
|
|
<!ENTITY % development "INCLUDE"><!-- set to INCLUDE for development,
|
|
set to IGNORE for release or rc -->
|
|
<!ENTITY % release "IGNORE"> <!-- set to INCLUDE for release,
|
|
set to IGNORE for development or rc -->
|
|
<!ENTITY % rc "IGNORE"> <!-- set to INCLUDE for rc,
|
|
set to IGNORE for development or
|
|
release -->
|
|
<!ENTITY % relnum "11.3"><!-- must be given for release or rc -->
|
|
<!ENTITY % reldate "March 1st, 2023"><!-- must ve given for release or rc -->
|
|
<!ENTITY % crdate "1999-2022"><!-- must ve given for release or rc -->
|
|
<!ENTITY % rcnum "0"><!-- must be given only for rc -->
|
|
<!-- ================================================================== -->
|
|
<!-- Do not change anything below unless the www or book layouts change -->
|
|
|
|
<!-- Automatically generated by git-version.sh. Used for release or dev -->
|
|
<!ENTITY % conditional-entities SYSTEM "conditional.ent">
|
|
%conditional-entities;
|
|
|
|
<![ %development; [
|
|
<!-- version info automatically generated by git -->
|
|
<!ENTITY % version-entities SYSTEM "version.ent">
|
|
%version-entities;
|
|
<![ %sysv; [
|
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; -->
|
|
<!ENTITY errata "&lfs-root;lfs/errata/development/">
|
|
]]>
|
|
<![ %systemd; [
|
|
<!ENTITY short-version "systemd"> <!-- Used below in &blfs-book; -->
|
|
<!ENTITY errata "&lfs-root;lfs/errata/systemd/">
|
|
]]>
|
|
<!ENTITY generic-version "development"> <!-- Used below in
|
|
&patches-root;,
|
|
&donwloads-root;, and
|
|
&test-results; -->
|
|
]]><!-- End %development -->
|
|
|
|
<![ %release; [
|
|
<![ %sysv; [
|
|
<!ENTITY version "%relnum;">
|
|
<!ENTITY short-version "%relnum;"> <!-- Used below in &blfs-book; -->
|
|
]]>
|
|
<![ %systemd; [
|
|
<!ENTITY version "%relnum;-systemd">
|
|
<!ENTITY short-version "stable-systemd"> <!-- Used below in &blfs-book; -->
|
|
]]>
|
|
<!ENTITY errata "&lfs-root;lfs/errata/&version;/">
|
|
<!ENTITY generic-version "%relnum;"> <!-- Used below in
|
|
&patches-root;,
|
|
&donwloads-root;, and
|
|
&test-results; -->
|
|
<!ENTITY releasedate "%reldate;">
|
|
<!ENTITY copyrightdate "%crdate;">
|
|
]]>
|
|
|
|
<![ %rc; [
|
|
<![ %sysv; [
|
|
<!ENTITY version "%relnum;-rc%rcnum;">
|
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; -->
|
|
]]>
|
|
<![ %systemd; [
|
|
<!ENTITY version "%relnum;-systemd-rc%rcnum;">
|
|
<!ENTITY short-version "systemd"> <!-- Used below in &blfs-book; -->
|
|
]]>
|
|
<!ENTITY errata "&lfs-root;lfs/errata/&version;/">
|
|
<!ENTITY generic-version "%relnum;-rc%rcnum;"> <!-- Used below in
|
|
&patches-root;,
|
|
&downloads-root;, and
|
|
&test-results; -->
|
|
<!ENTITY releasedate "%reldate;">
|
|
<!ENTITY copyrightdate "%crdate;">
|
|
]]>
|
|
|
|
<![ %sysv; [
|
|
<!ENTITY wget-list "wget-list-sysv">
|
|
]]>
|
|
<![ %systemd; [
|
|
<!ENTITY wget-list "wget-list-systemd">
|
|
]]>
|
|
|
|
<!ENTITY lfs-root "https://www.linuxfromscratch.org/">
|
|
<!ENTITY blfs-root "&lfs-root;blfs/">
|
|
<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
|
|
<!ENTITY faq-root "&lfs-root;faq/">
|
|
<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
|
|
<!ENTITY hints-index "&lfs-root;hints/list.html">
|
|
<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
|
|
<!-- Only used for sysv (lfs-bootscripts): -->
|
|
<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
|
|
<!ENTITY livecd-root "&lfs-root;livecd/">
|
|
<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
|
|
<!ENTITY secadv "&lfs-root;lfs/advisories/">
|
|
|
|
<!-- 4.14 EOL is Jan 2024
|
|
so for LFS 11.5 we may consider moving to 4.19 -->
|
|
<!ENTITY min-kernel "4.14">
|
|
|
|
<!--
|
|
<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
|
|
<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
|
|
<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
|
|
<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
|
|
-->
|
|
<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
|
|
<!ENTITY blfs-ticket-root "https://wiki.linuxfromscratch.org/blfs/ticket/">
|
|
|
|
<!ENTITY anduin-sources "https://anduin.linuxfromscratch.org/LFS">
|
|
|
|
<!ENTITY buildtime "Approximate build time">
|
|
<!ENTITY diskspace "Required disk space">
|
|
<!ENTITY dependencies "Installation depends on">
|
|
<!ENTITY runtime "Required at runtime">
|
|
<!ENTITY testsuites "Test suite depends on">
|
|
<!ENTITY before "Must be installed before">
|
|
<!ENTITY external "Optional dependencies">
|
|
|
|
<!ENTITY gnu "https://ftp.gnu.org/gnu/">
|
|
<!ENTITY gnu-software "https://www.gnu.org/software/">
|
|
<!ENTITY alpha-gnu "https://alpha.gnu.org/gnu/">
|
|
<!ENTITY kernel "https://www.kernel.org/pub/">
|
|
<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
|
|
<!ENTITY savannah "https://download.savannah.gnu.org">
|
|
<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
|
|
<!ENTITY github "https://github.com">
|
|
<!ENTITY pypi-home "https://pypi.org/project">
|
|
<!ENTITY pypi-src "https://pypi.org/packages/source">
|
|
<!ENTITY man "https://man.archlinux.org/man/">
|
|
|
|
<!ENTITY root "<systemitem class='username'>root</systemitem>">
|
|
<!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>">
|
|
<!ENTITY devtmpfs "<systemitem class='filesystem'>devtmpfs</systemitem>">
|
|
<!ENTITY fstab "<filename>/etc/fstab</filename>">
|
|
<!ENTITY boot-dir "<filename class='directory'>/boot</filename>">
|
|
<!ENTITY ch-final "<xref linkend='chapter-building-system'/>">
|
|
<!ENTITY ch-tmp-cross "<xref linkend='chapter-temporary-tools'/>">
|
|
<!ENTITY ch-tmp-chroot "<xref linkend='chapter-chroot-temporary-tools'/>">
|
|
|
|
<!ENTITY % packages-entities SYSTEM "packages.ent">
|
|
%packages-entities;
|
|
|
|
<!ENTITY % patches-entities SYSTEM "patches.ent">
|
|
%patches-entities;
|