mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Added the udev DESTDIR patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4276 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3a2442d1fb
commit
4b31e82b28
@ -66,6 +66,7 @@ first a summary, then a detailed log.</para>
|
|||||||
<listitem><para>syslog-ng-1.6.5</para></listitem>
|
<listitem><para>syslog-ng-1.6.5</para></listitem>
|
||||||
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
|
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
|
||||||
<listitem><para>udev-035</para></listitem>
|
<listitem><para>udev-035</para></listitem>
|
||||||
|
<listitem><para>udev-035-DESTDIR-1.patch</para></listitem>
|
||||||
<listitem><para>udev-config-1.permissions</para></listitem>
|
<listitem><para>udev-config-1.permissions</para></listitem>
|
||||||
<listitem><para>udev-config-1.rules</para></listitem>
|
<listitem><para>udev-config-1.rules</para></listitem>
|
||||||
<listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem>
|
<listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem>
|
||||||
@ -91,6 +92,9 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>October 12th, 2004 [jeremy]: Added the new DESTDIR patch
|
||||||
|
developed by David Jensen to the udev instructions</para></listitem>
|
||||||
|
|
||||||
<listitem><para>October 12th, 2004 [jeremy]: Upgraded to man-pages-1.69 and
|
<listitem><para>October 12th, 2004 [jeremy]: Upgraded to man-pages-1.69 and
|
||||||
udev-035, which eliminates the need for the etcdir patch present for 032.</para></listitem>
|
udev-035, which eliminates the need for the etcdir patch present for 032.</para></listitem>
|
||||||
|
|
||||||
|
@ -132,6 +132,12 @@ following:</para>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>Udev Destdir Patch - 1 KB:</term> <listitem>
|
||||||
|
<para><ulink url="&patches-root;udev-&udev-version;-DESTDIR-1.patch"/></para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Util-Linux Sfdisk Patch - 1 KB:</term> <listitem>
|
<term>Util-Linux Sfdisk Patch - 1 KB:</term> <listitem>
|
||||||
<para><ulink url="&patches-root;util-linux-&util-linux-version;-sfdisk-2.patch"/></para>
|
<para><ulink url="&patches-root;util-linux-&util-linux-version;-sfdisk-2.patch"/></para>
|
||||||
|
@ -29,13 +29,17 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Udev</title>
|
<title>Installation of Udev</title>
|
||||||
|
|
||||||
<para>Compile Udev:</para>
|
<para>The following patch makes Udev respect the DESTDIR variable:</para>
|
||||||
|
|
||||||
|
<screen><userinput>patch -Np1 -i ../udev-&udev-version;-DESTDIR-1.patch</userinput></screen>
|
||||||
|
|
||||||
|
<para>Now compile Udev:</para>
|
||||||
|
|
||||||
<screen><userinput>make prefix=/tools udevdir=/dev</userinput></screen>
|
<screen><userinput>make prefix=/tools udevdir=/dev</userinput></screen>
|
||||||
|
|
||||||
<para>Install it:</para>
|
<para>Install it:</para>
|
||||||
|
|
||||||
<screen><userinput>make prefix=/tools install</userinput></screen>
|
<screen><userinput>make DESTDIR=/tools udevdir=/dev install</userinput></screen>
|
||||||
|
|
||||||
<para>Udev's configuration is far from ideal by default, so we install our own
|
<para>Udev's configuration is far from ideal by default, so we install our own
|
||||||
configuration files here:</para>
|
configuration files here:</para>
|
||||||
|
@ -37,7 +37,7 @@ create device nodes in.</para></listitem>
|
|||||||
|
|
||||||
<para>Install it:</para>
|
<para>Install it:</para>
|
||||||
|
|
||||||
<screen><userinput>make install</userinput></screen>
|
<screen><userinput>make udevdir=/dev install</userinput></screen>
|
||||||
|
|
||||||
<para>Udev's configuration is far from ideal by default, so we install our own
|
<para>Udev's configuration is far from ideal by default, so we install our own
|
||||||
configuration files here:</para>
|
configuration files here:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user