Changeset 14ab808 in clfs-sysroot
- Timestamp:
- Sep 15, 2006, 5:06:55 PM (18 years ago)
- Branches:
- master
- Children:
- 6176b00
- Parents:
- aee11f5
- Location:
- BOOK/final-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/arm/perl.xml
raee11f5 r14ab808 33 33 <para os="s1">The following sed causes <filename>DynaLoader.a</filename> 34 34 to be built with -fPIC so it can be linked into a shared library 35 later .</para>35 later:</para> 36 36 37 37 <screen os="s2"><userinput>sed -i Makefile.SH \ -
BOOK/final-system/common/findutils.xml
raee11f5 r14ab808 56 56 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 57 57 58 <para os="h"> Find from Findutils is used by some of the scripts59 in the CLFS-Bootscripts package. As <filename58 <para os="h">The <command>find</command> program is used by some of the 59 scripts in the CLFS-Bootscripts package. As <filename 60 60 class="directory">/usr</filename> may not be available during the early 61 61 stages of booting, the <command>find</command> binary need to be on -
BOOK/final-system/common/module-init-tools.xml
raee11f5 r14ab808 57 57 <term><parameter>INSTALL=install</parameter></term> 58 58 <listitem> 59 <para>Normally, make install will not install the binaries if they60 already exist. This option overrides that behavior by calling61 <command>install</command> instead of using the default wrapper62 script.</para>59 <para>Normally, <command>make install</command> will not install the 60 binaries if they already exist. This option overrides that behavior 61 by calling <command>install</command> instead of using the default 62 wrapper script.</para> 63 63 </listitem> 64 64 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.