From e5698c8801b9ab3005fbe2864ef87093dc8a2b69 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 28 May 2002 01:32:13 +0000 Subject: removed uninstall warning - not applicable here git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1923 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gawk-inst.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml index 6d9df1e56..47e2438c0 100644 --- a/chapter05/gawk-inst.xml +++ b/chapter05/gawk-inst.xml @@ -1,16 +1,6 @@ Installation of Gawk -Warning: do NOT run make uninstall on this -package if you apply the sed fix to change the -libexec directory definition. The -uninstall rule in the Makefile -file runs a command like rm -rf -<libexecdir>/* Since we change the libexec directory to /usr/bin it'll run rm -rf -/usr/bin/* - Install Gawk by running the following commands: CPPFLAGS=-Dre_max_failures=re_max_failures2 \ -- cgit v1.2.3-54-g00ecf