Author: jhuntwork
Date: 2008-12-03 06:45:22 -0700 (Wed, 03 Dec 2008)
New Revision: 2168

Modified:
   trunk/Makefile
Log:
Add a little more verbosity surrounding the tools tarball. Add createfiles to 
the clean list.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2008-12-03 12:50:06 UTC (rev 2167)
+++ trunk/Makefile      2008-12-03 13:45:22 UTC (rev 2168)
@@ -208,9 +208,11 @@
 
 maybe-tools:
        @if [ -f tools.tar.bz2 ] ; then \
+           echo "Found previously built tools. Unpacking..." && \
            tar -C .. -jxpf tools.tar.bz2 ; \
        else \
            su - lfs -c "$(lfsenv) '$(lfsbash) && $(MAKE) tools'" && \
+           echo "Packaging tools for later use..." && \
            tar -C .. -jcpf tools.tar.bz2 tools ; \
        fi
        @touch $@
@@ -429,7 +431,7 @@
        @-userdel lfs
        @-groupdel lfs
        @-rm -rf /home/lfs
-       @-rm {prepiso,lfsuser,lfs-base,extend-lfs,pre-wget,maybe-tools}
+       @-rm 
{prepiso,lfsuser,lfs-base,extend-lfs,pre-wget,maybe-tools,createfiles}
        @-rm $(PKG)/binutils/{,re-}adjust-toolchain
        @-for i in `ls $(PKG)` ; do $(MAKE) -C $(PKG)/$$i clean ; done
        @find $(PKG) -name "pass*" -exec rm -rf \{} \;

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

Reply via email to