%general-entities; ]> Diffutils-&diffutils-version; Diffutils <para>The Diffutils package contains programs that show the differences between files or directories.</para> </sect2> &env-target; <sect2 role="installation"> <title>Installation of Diffutils This patch adds support for Internationalization: patch -Np1 -i ../&diffutils-i18n-patch; Prepare Diffutils for compilation: ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ --prefix=/usr Diffutils wants ed as the default editor, the following sed will allow us to use vim: sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h Diffutils man-pages want to be recreated, but it requires help2man. So we update the time on the files to prevent them from being recreated: touch man/*.1 Compile the package: make Install the package: make DESTDIR=${CLFS} install Contents of Diffutils Installed programs cmp, diff, diff3, and sdiff Short Descriptions cmp Compares two files and reports whether or in which bytes they differ cmp diff Compares two files or directories and reports which lines in the files differ diff diff3 Compares three files line by line diff3 sdiff Merges two files and interactively outputs the results sdiff