CLFS fixes: Remove code related to /tools. The /tools directory does not exist in CLFS2

This commit is contained in:
George Boudreau 2006-08-11 16:24:16 +00:00
parent 398a0378dc
commit 6a9d41ee14

View file

@ -19,9 +19,6 @@ host_prep_Makefiles() { # Initialization of the system
cat << EOF cat << EOF
023-creatingtoolsdir: 023-creatingtoolsdir:
@\$(call echo_message, Building) @\$(call echo_message, Building)
@mkdir \$(MOUNT_PT)/tools && \\
rm -f /tools && \\
ln -s \$(MOUNT_PT)/tools /
@if [ ! -d \$(MOUNT_PT)/sources ]; then \\ @if [ ! -d \$(MOUNT_PT)/sources ]; then \\
mkdir \$(MOUNT_PT)/sources; \\ mkdir \$(MOUNT_PT)/sources; \\
fi; fi;
@ -39,7 +36,6 @@ cat << EOF
touch luser-exist; \\ touch luser-exist; \\
fi; fi;
@chown \$(LUSER) \$(MOUNT_PT) && \\ @chown \$(LUSER) \$(MOUNT_PT) && \\
chown \$(LUSER) \$(MOUNT_PT)/tools && \\
chown \$(LUSER) \$(MOUNT_PT)/sources chown \$(LUSER) \$(MOUNT_PT)/sources
@touch \$@ && \\ @touch \$@ && \\
echo " "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\ echo " "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\