Changeset 986e525d for BOOK/boot/common
- Timestamp:
- Dec 2, 2006, 6:11:04 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 979e051
- Parents:
- 034d620
- Location:
- BOOK/boot/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/module-init-tools.xml
r034d620 r986e525d 42 42 xpointer="xpointer(//*[@os='j'])"/> 43 43 44 <screen os="k"><userinput>make DESTDIR= "${CLFS}"install</userinput></screen>44 <screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 45 45 46 46 </sect2> -
BOOK/boot/common/sysvinit.xml
r034d620 r986e525d 44 44 xpointer="xpointer(//*[@os='e'])"/> 45 45 46 <screen os="ad"><userinput>make -C src install INSTALL= "install" ROOT="${CLFS}"</userinput></screen>46 <screen os="ad"><userinput>make -C src install INSTALL=install ROOT=${CLFS}</userinput></screen> 47 47 48 48 </sect2> -
BOOK/boot/common/zlib.xml
r034d620 r986e525d 22 22 <sect2 role="installation"> 23 23 <title>Installation of Zlib</title> 24 25 <para os="p1">This patch will add the ability to use DESTDIR:</para> 26 27 <screen os="p2"><userinput>patch -Np1 -i ../&zlib-destdir-patch;</userinput></screen> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.