Changeset 720552d3
- Timestamp:
- Jul 1, 2009, 7:36:50 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:
- 7c2c902
- Parents:
- b17b911f (diff), 1df9ae8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/linux-headers.xml
rb17b911f r720552d3 33 33 make headers_check 34 34 make INSTALL_HDR_PATH=dest headers_install 35 cp -rv dest/include/* /usr/include</userinput></screen> 35 cp -rv dest/include/* /usr/include 36 find /usr/include -name .install -or -name ..install.cmd | xargs rm -fv</userinput></screen> 36 37 37 38 <variablelist os="d"> -
BOOK/index.xml
rb17b911f r720552d3 22 22 <firstname>Ryan</firstname> 23 23 <surname>Oliver</surname> 24 <author>25 <firstname>Zack</firstname>26 <firstname>Winkles</firstname>27 24 </author> 28 25 </authorgroup> … … 30 27 <copyright id="copyright"> 31 28 <year>2005–&year;</year> 32 <holder>Joe Ciccone, Jim Gifford , Ryan Oliver & Zack Winkles</holder>29 <holder>Joe Ciccone, Jim Gifford & Ryan Oliver</holder> 33 30 </copyright> 34 31 -
BOOK/introduction/common/acknowledgements.xml
rb17b911f r720552d3 60 60 <para>Chris Staub - x86 builds. Leader of Quality Control.</para> 61 61 </listitem> 62 <listitem> 63 <para>Zack Winkles - Unstable book work.</para> 64 </listitem> 62 65 </itemizedlist> 63 66 -
BOOK/introduction/common/changelog.xml
rb17b911f r720552d3 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>July 1, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Winkie] - Clean up after the headers installation.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.