Changeset f0a44787
- Timestamp:
- Sep 13, 2009, 8:26:48 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a131cd8
- Parents:
- 0a81d23
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/grep.xml
r0a81d23 rf0a44787 32 32 <para os="a">Prepare Grep for compilation:</para> 33 33 34 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin </userinput></screen>34 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --without-included-regex</userinput></screen> 35 35 36 36 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/grep.xml
r0a81d23 rf0a44787 35 35 36 36 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ 37 --bindir=/bin </userinput></screen>37 --bindir=/bin --without-included-regex</userinput></screen> 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r0a81d23 rf0a44787 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>September 13, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Added switch to configure command for Grep to fix 44 grep -i. Solution taken from LFS.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem> -
BOOK/temp-system/common/grep.xml
r0a81d23 rf0a44787 29 29 <screen os="ca"><userinput>./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-perl-regexp </userinput></screen>31 --disable-perl-regexp --without-included-regex</userinput></screen> 32 32 33 33 <variablelist os="cb"> -
BOOK/temp-system/multilib/grep.xml
r0a81d23 rf0a44787 29 29 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-perl-regexp </userinput></screen>31 --disable-perl-regexp --without-included-regex</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.