Changeset 1b274255 for BOOK/final-system/common
- Timestamp:
- Jan 6, 2009, 2:12:15 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0531d7a
- Parents:
- c0f4a6c
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/adjusting.xml
rc0f4a6c r1b274255 16 16 <screen os="c"><userinput>gcc -dumpspecs | \ 17 17 perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \ 18 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' >\18 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ 19 19 $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen> 20 20 -
BOOK/final-system/common/bison.xml
rc0f4a6c r1b274255 34 34 this:</para> 35 35 36 <screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' >>config.h</userinput></screen>36 <screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen> 37 37 38 38 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.