- Timestamp:
- Aug 9, 2014, 1:56:54 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 433adfdd
- Parents:
- 223a375
- git-author:
- Chris Staub <chris@…> (08/09/14 01:55:10)
- git-committer:
- Chris Staub <chris@…> (08/09/14 01:56:54)
- Location:
- BOOK/boot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/grub-build.xml
r223a375 r787b933 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
r223a375 r787b933 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
r223a375 r787b933 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"
Note:
See TracChangeset
for help on using the changeset viewer.