Author: jhuntwork
Date: 2005-05-15 16:24:18 -0600 (Sun, 15 May 2005)
New Revision: 186
Modified:
trunk/packages/linux/Makefile
Log:
Do not always download serie file
Modified: trunk/packages/linux/Makefile
===================================================================
--- trunk/packages/linux/Makefile 2005-05-15 22:16:46 UTC (rev 185)
+++ trunk/packages/linux/Makefile 2005-05-15 22:24:18 UTC (rev 186)
@@ -25,8 +25,8 @@
@-mkdir /boot/isolinux
@if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && mv $(FILE) $(SRC)
; fi
@if [ ! -f /boot/isolinux/linux ] ; then tar xjvf $(SRC)/$(FILE) && cd
$(DIR) && \
- $(WGET) $(URL1).2/serie && \
- for i in `cat serie` ; do if [ ! -f ../$$i ] ; then $(WGET)
$(URL1).2/$$i && \
+ if [ ! -f ../serie ] ; then $(WGET) $(URL1).2/serie && mv serie ../ ;
fi && \
+ for i in `cat ../serie` ; do if [ ! -f ../$$i ] ; then $(WGET)
$(URL1).2/$$i && \
mv $$i ../ ; fi && patch -Np1 -i ../$$i ; done && \
patch -Np1 -i
$(ROOT)/$(PKG)/squashfs/squashfs2.1/linux-2.6.9/$(PATCH1) && \
make mrproper && \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page