mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-19 12:55:35 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1932 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
545 B
XML
16 lines
545 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch</command>: This patch enables
|
|
<application><acronym>FAM</acronym></application> to use the Linux kernel
|
|
dnotify mechanism to inform the calling process of
|
|
file modifications, rather than polling the file system for
|
|
modifications.</para>
|
|
|
|
<para><command>autoreconf -f -i</command>
|
|
This command is necessary since the dnotify patch affects the
|
|
<filename>configure.ac</filename> and <filename>Makefile.am</filename>.</para>
|
|
|
|
</sect2>
|
|
|