Changeset 080d530
- Timestamp:
- Aug 9, 2014, 1:55:10 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- efd51b2
- Parents:
- a6d01ee
- Location:
- BOOK
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/grub-build.xml
ra6d01ee r080d530 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../ ../final-system/x86/grub.xml"34 href="../x86/grub-build.xml" 35 35 xpointer="xpointer(//*[@os='s2'])"/> 36 36 -
BOOK/boot/sparc/silo-build.xml
ra6d01ee r080d530 33 33 <para os="ae">This sed allows us to compile the bin2h binary separately.</para> 34 34 35 <screen os="ad"><userinput>sed -i -e 's@\$(PROGRAMS)$@programs\n\nprograms: &@' common/Makefile</userinput></screen> 35 <screen os="ad"><userinput>cp -v common/Makefile{,.orig} 36 sed -e 's@\$(PROGRAMS)$@programs\n\nprograms: &@' common/Makefile.orig > common/Makefile</userinput></screen> 36 37 37 38 <para os="af">Compile the bin2h and util binaries for the host.</para> -
BOOK/boot/x86/grub-build.xml
ra6d01ee r080d530 31 31 xpointer="xpointer(//*[@os='s1'])"/> 32 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/x86/grub.xml" 35 xpointer="xpointer(//*[@os='s2'])"/> 33 <screen os="s2"><userinput>cp -v grub-core/gnulib/stdio.in.h{,.orig} 34 sed -e '/gets is a/d' grub-core/gnulib/stdio.in.h.orig > grub-core/gnulib/stdio.in.h</userinput></screen> 36 35 37 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/gcc.xml
ra6d01ee r080d530 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"54 href="../common/gcc.xml" 55 55 xpointer="xpointer(//*[@os='fix2'])"/> 56 56 -
BOOK/temp-system/common/cloog.xml
ra6d01ee r080d530 33 33 xpointer="xpointer(//*[@os='s1'])"/> 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 href="../../final-system/common/cloog.xml" 37 xpointer="xpointer(//*[@os='s2'])"/> 35 <screen os="s2"><userinput>cp -v Makefile{,.orig} 36 sed '/cmake/d' Makefile.orig > Makefile</userinput></screen> 38 37 39 38 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/gcc.xml
ra6d01ee r080d530 51 51 xpointer="xpointer(//*[@os='fix1'])"/> 52 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../../final-system/common/gcc.xml" 55 xpointer="xpointer(//*[@os='fix2'])"/> 53 <screen os="fix2"><userinput>cp -v gcc/Makefile.in{,.orig} 54 sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 56 55 57 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/mips64-64/gcc.xml
ra6d01ee r080d530 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"54 href="../common/gcc.xml" 55 55 xpointer="xpointer(//*[@os='fix2'])"/> 56 56 -
BOOK/temp-system/mips64/gcc.xml
ra6d01ee r080d530 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"54 href="../common/gcc.xml" 55 55 xpointer="xpointer(//*[@os='fix2'])"/> 56 56 -
BOOK/temp-system/multilib/cloog.xml
ra6d01ee r080d530 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../ ../final-system/common/cloog.xml"38 href="../common/cloog.xml" 39 39 xpointer="xpointer(//*[@os='s2'])"/> 40 40 -
BOOK/temp-system/multilib/gcc.xml
ra6d01ee r080d530 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"54 href="../common/gcc.xml" 55 55 xpointer="xpointer(//*[@os='fix2'])"/> 56 56 -
BOOK/temp-system/ppc/gcc.xml
ra6d01ee r080d530 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"54 href="../common/gcc.xml" 55 55 xpointer="xpointer(//*[@os='fix2'])"/> 56 56 -
BOOK/temp-system/ppc64-64/gcc.xml
ra6d01ee r080d530 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"54 href="../common/gcc.xml" 55 55 xpointer="xpointer(//*[@os='fix2'])"/> 56 56 -
BOOK/temp-system/ppc64/gcc.xml
ra6d01ee r080d530 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"54 href="../common/gcc.xml" 55 55 xpointer="xpointer(//*[@os='fix2'])"/> 56 56
Note:
See TracChangeset
for help on using the changeset viewer.