Author: jhuntwork
Date: 2005-07-19 22:17:51 -0600 (Tue, 19 Jul 2005)
New Revision: 391

Modified:
   x86/trunk/Makefile
   x86/trunk/packages/tcl/Makefile
Log:
Fixed indenting in tcl Makefile

Modified: x86/trunk/Makefile
===================================================================
--- x86/trunk/Makefile  2005-07-20 04:03:33 UTC (rev 390)
+++ x86/trunk/Makefile  2005-07-20 04:17:51 UTC (rev 391)
@@ -49,7 +49,7 @@
 
 # Default http server for the lfs-base packages
 #==============================================================================
-export HTTP := http://ftp.lfs-matrix.net/pub/lfs/lfs-packages/conglomeration
+export HTTP := http://ftp.lfs-matrix.de/pub/lfs/lfs-packages/conglomeration
 
 # Directory variables
 #==============================================================================
@@ -170,13 +170,16 @@
        lfs-linux-libc-headers-scpt lfs-glibc-scpt lfs-adjust-toolchain \
        lfs-tcl-scpt lfs-expect-scpt lfs-dejagnu-scpt lfs-gcc-pass2-scpt \
        lfs-binutils-pass2-scpt lfs-gawk-scpt lfs-coreutils-scpt \
-       lfs-bzip2-scpt lfs-gzip-scpt lfs-diffutils-scpt lfs-findutils-scpt \
+       lfs-bzip2-scpt STOP lfs-gzip-scpt lfs-diffutils-scpt lfs-findutils-scpt 
\
        lfs-make-scpt lfs-grep-scpt lfs-sed-scpt lfs-gettext-scpt \
        lfs-ncurses-scpt lfs-patch-scpt lfs-tar-scpt lfs-texinfo-scpt \
        lfs-bash-scpt lfs-m4-scpt lfs-bison-scpt lfs-flex-scpt \
        lfs-util-linux-scpt lfs-perl-scpt lfs-strip
        @cp /etc/resolv.conf $(WD)/etc
 
+STOP:
+       exit 1;
+
 prep-chroot:
        @-mkdir -p $(MP)/{proc,sys}
        @-mount -t proc proc $(MP)/proc

Modified: x86/trunk/packages/tcl/Makefile
===================================================================
--- x86/trunk/packages/tcl/Makefile     2005-07-20 04:03:33 UTC (rev 390)
+++ x86/trunk/packages/tcl/Makefile     2005-07-20 04:17:51 UTC (rev 391)
@@ -15,9 +15,9 @@
 include $(ROOT)/scripts/functions
 
 stage1: $(FILE)
-        @unpack $(FILE)
-        @make -C $(DIR) -f ../Makefile compile-$@
-        @touch $@
+       @unpack $(FILE)
+       @make -C $(DIR) -f ../Makefile compile-$@
+       @touch $@
        @cp $(SRC)/$(FILE) $(LFSSRC)
 
 compile-stage1:

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to