Author: robert Date: 2010-02-14 14:28:03 -0700 (Sun, 14 Feb 2010) New Revision: 1536
Modified: branches/Onward/temporary_system/binutils_pass1.txt branches/Onward/temporary_system/binutils_pass2.txt Log: Gah... s/install-exec-local/install-exec/ in Binutils (they changed it). Modified: branches/Onward/temporary_system/binutils_pass1.txt =================================================================== --- branches/Onward/temporary_system/binutils_pass1.txt 2010-02-14 21:09:28 UTC (rev 1535) +++ branches/Onward/temporary_system/binutils_pass1.txt 2010-02-14 21:28:03 UTC (rev 1536) @@ -40,5 +40,5 @@ make -C ld/ clean && make -C ld/ tooldir=/tools LIB_PATH=/tools/lib && -make -C ld/ tooldir=/tools EXEEXT=-new-pass1 install-exec-local +make -C ld/ tooldir=/tools EXEEXT=-new-pass1 install-exec Modified: branches/Onward/temporary_system/binutils_pass2.txt =================================================================== --- branches/Onward/temporary_system/binutils_pass2.txt 2010-02-14 21:09:28 UTC (rev 1535) +++ branches/Onward/temporary_system/binutils_pass2.txt 2010-02-14 21:28:03 UTC (rev 1536) @@ -17,6 +17,6 @@ make tooldir=/tools install && make -C ld/ clean && make -C ld/ tooldir=/tools LIB_PATH=/usr/lib:/lib && -make -C ld/ tooldir=/tools EXEEXT=-new-pass2 install-exec-local +make -C ld/ tooldir=/tools EXEEXT=-new-pass2 install-exec -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
