From 62be7ddc9082bed72a5c4bb2d0cc0d8988affeec Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 5 May 2003 21:28:48 +0000 Subject: /bin/pwd already exists now git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2517 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kernel-inst.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'chapter06') diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml index 2b02a202b..734a75951 100644 --- a/chapter06/kernel-inst.xml +++ b/chapter06/kernel-inst.xml @@ -23,13 +23,6 @@ have write access to the kernel source. on the linux-&kernel-version; directory to ensure all files are owned by user root. -Kernel header installation requires the pwd program. -In the kernel source the path to the pwd program is -hard-wired as /bin/pwd. -Create a symlink to account for that: - -ln -s /static/bin/pwd /bin/pwd - Prepare for header installation: make mrproper @@ -67,7 +60,5 @@ failures. Create an empty autoconf.h file: Since the /bin/pwd symlink we created earlier was only temporary, it can now be removed: -rm /bin/pwd - -- cgit v1.2.3-54-g00ecf