Changeset 76b06f6 for BOOK/boot/64
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (11 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- Location:
- BOOK/boot/64
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/grub-build.xml
r111b12a r76b06f6 26 26 href="../../final-system/x86/grub.xml" 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/x86/grub.xml"31 xpointer="xpointer(//*[@os='s1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='s2'])"/>36 28 37 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/64/shadow.xml
r111b12a r76b06f6 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 34 href="../common/shadow.xml" 35 xpointer="xpointer(//*[@os='t1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/shadow.xml" 39 xpointer="xpointer(//*[@os='t2'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/shadow.xml" 35 43 xpointer="xpointer(//*[@os='d'])"/> 36 44 37 45 <screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc</userinput></screen> 46 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \ 47 --cache-file=config.cache</userinput></screen> 39 48 40 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/64/util-linux.xml
r111b12a r76b06f6 30 30 ./configure --prefix=/tools --exec-prefix=/tools \ 31 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --disable-makeinstall-chown --disable-login --disable-su</userinput></screen> 32 --disable-makeinstall-chown --disable-login --disable-su \ 33 --config-cache</userinput></screen> 33 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.