From 8ad6e9a0112026b4cab398e74ab2292c9381387e Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Fri, 11 Aug 2006 19:29:20 +0000 Subject: [PATCH] CLFS2: remove references to /tools --- CLFS2/master.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CLFS2/master.sh b/CLFS2/master.sh index c1bd628..8353de8 100755 --- a/CLFS2/master.sh +++ b/CLFS2/master.sh @@ -19,9 +19,6 @@ host_prep_Makefiles() { # Initialization of the system cat << EOF 023-creatingtoolsdir: @\$(call echo_message, Building) - @mkdir \$(MOUNT_PT)/tools && \\ - rm -f /tools && \\ - ln -s \$(MOUNT_PT)/tools / @if [ ! -d \$(MOUNT_PT)/sources ]; then \\ mkdir \$(MOUNT_PT)/sources; \\ fi; @@ -39,7 +36,6 @@ cat << EOF touch luser-exist; \\ fi; @chown \$(LUSER) \$(MOUNT_PT) && \\ - chown \$(LUSER) \$(MOUNT_PT)/tools && \\ chown \$(LUSER) \$(MOUNT_PT)/sources @touch \$@ && \\ echo " "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\