Changeset f0a44787 for BOOK/final-system
- 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/final-system
- Files:
-
- 2 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"
Note:
See TracChangeset
for help on using the changeset viewer.