Author: justin
Date: 2005-11-29 00:26:27 -0700 (Tue, 29 Nov 2005)
New Revision: 1183

Modified:
   branches/6.1.1-newmake/packages/LFS-BOOK/Makefile
   branches/6.1.1-newmake/packages/binutils/Makefile
Log:
Fixed LFS-BOOK build, remove cleanup fixes for binutils.

Modified: branches/6.1.1-newmake/packages/LFS-BOOK/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/LFS-BOOK/Makefile   2005-11-29 01:43:31 UTC 
(rev 1182)
+++ branches/6.1.1-newmake/packages/LFS-BOOK/Makefile   2005-11-29 07:26:27 UTC 
(rev 1183)
@@ -1,10 +1,10 @@
 # LFS Book Makefile
 
 NM= LFS-BOOK
-VRS= branches/6.1.1
+VRS= 6.1.1
 DIR= $(NM)-$(VRS)-HTML
 
-URL= svn://svn.linuxfromscratch.org/LFS/$(VRS)/BOOK
+URL= svn://svn.linuxfromscratch.org/LFS/branches/$(VRS)/BOOK
 FIREFOX_CONFIG= $(ROOT)/root/.mozilla/firefox/2qwpcv2u.default/prefs.js
 
 # Targets

Modified: branches/6.1.1-newmake/packages/binutils/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/binutils/Makefile   2005-11-29 01:43:31 UTC 
(rev 1182)
+++ branches/6.1.1-newmake/packages/binutils/Makefile   2005-11-29 07:26:27 UTC 
(rev 1183)
@@ -37,7 +37,7 @@
         $$SPECFILE > tempspecfile && \
         mv -f tempspecfile $$SPECFILE && unset SPECFILE && \
         rm -vf /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h} && \
-        cd .. && make clean ; rm .specstest ; fi
+        cd .. && make clean ; fi
        touch $@
 
 pass2: $(FILE) 
@@ -62,7 +62,7 @@
         make -C ld INSTALL=$(WD)/bin/install install && \
         perl -pi -e 's@ $(WD)/lib/ld-linux.so.2@ /lib/[EMAIL PROTECTED];' \
         -e '[EMAIL PROTECTED]:[EMAIL PROTECTED]/usr/lib/@g;' \
-        `gcc --print-file specs` ; rm .specstest ; fi
+        `gcc --print-file specs` ; fi
        make clean
        touch $@
 

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

Reply via email to