Author: justin
Date: 2005-12-09 09:38:36 -0700 (Fri, 09 Dec 2005)
New Revision: 1265

Modified:
   branches/6.1.1-newmake/packages/libxml2/Makefile
   branches/6.1.1-newmake/packages/nALFS/Makefile
Log:
[6.1.1-newmake] Added cp commands for nALFS and libxml2 to /lfs-sources to 
resolve nALFS optional dependancies.

Modified: branches/6.1.1-newmake/packages/libxml2/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/libxml2/Makefile    2005-12-09 05:43:48 UTC 
(rev 1264)
+++ branches/6.1.1-newmake/packages/libxml2/Makefile    2005-12-09 16:38:36 UTC 
(rev 1265)
@@ -18,6 +18,7 @@
 
 stage2: Makefile $(FILE)
        $(std_build)
+       cp $(SRC)/$(FILE) $(LFSSRC)/
 
 compile-stage2:
        ./configure --prefix=/usr --with-history

Modified: branches/6.1.1-newmake/packages/nALFS/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/nALFS/Makefile      2005-12-09 05:43:48 UTC 
(rev 1264)
+++ branches/6.1.1-newmake/packages/nALFS/Makefile      2005-12-09 16:38:36 UTC 
(rev 1265)
@@ -17,7 +17,8 @@
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile $(FILE)
-       $(std_build) 
+       $(std_build)
+       cp $(SRC)/$(FILE) $(LFSSRC)/
 
 compile-stage2:
        ./configure --prefix=/usr --with-libxml2 \

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

Reply via email to