Author: alexander
Date: 2006-12-05 05:15:50 -0700 (Tue, 05 Dec 2006)
New Revision: 1760
Modified:
branches/6.2/Makefile
Log:
Made sure that errors in Chapter 5 abort the build properly
Modified: branches/6.2/Makefile
===================================================================
--- branches/6.2/Makefile 2006-12-05 07:34:38 UTC (rev 1759)
+++ branches/6.2/Makefile 2006-12-05 12:15:50 UTC (rev 1760)
@@ -217,7 +217,7 @@
@if [ -f tools.tar.bz2 ] ; then \
tar -C .. -jxpf tools.tar.bz2 ; \
else \
- su - lfs -c "$(lfsenv) '$(lfsbash) && $(MAKE) tools'" ; \
+ su - lfs -c "$(lfsenv) '$(lfsbash) && $(MAKE) tools'" && \
tar -C .. -jcpf tools.tar.bz2 tools ; \
fi
@touch $@
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page