Author: andy
Date: 2011-12-12 18:41:57 -0700 (Mon, 12 Dec 2011)
New Revision: 9109
Modified:
trunk/BOOK/general/prog/llvm.xml
Log:
spacing
Modified: trunk/BOOK/general/prog/llvm.xml
===================================================================
--- trunk/BOOK/general/prog/llvm.xml 2011-12-13 01:30:08 UTC (rev 9108)
+++ trunk/BOOK/general/prog/llvm.xml 2011-12-13 01:41:57 UTC (rev 9109)
@@ -84,10 +84,10 @@
<screen><userinput>touch tools/edis/EnhancedDisassembly.exports
&&
./configure --prefix=/opt/llvm &&
find -name Makefile -exec \
- sed -i -r -e '/^LIBRARYNAME/a SHARED_LIBRARY = 1' \
- -e 's#BUILD_ARCHIVE :*= 1#NO_&#' \
- -e '/^USEDLIBS/s# ([A-Za-z]*).a# -l\1#g' \
- -e 's#^USEDLIBS#LDFLAGS#' {} \; &&
+ sed -i -r -e '/^LIBRARYNAME/a SHARED_LIBRARY = 1' \
+ -e 's#BUILD_ARCHIVE :*= 1#NO_&#' \
+ -e '/^USEDLIBS/s# ([A-Za-z]*).a# -l\1#g' \
+ -e 's#^USEDLIBS#LDFLAGS#' {} \; &&
sed -i 's#BUILD_ARCHIVE = 1#NO_&#' Makefile.rules &&
sed -i 's#x)/docs#x)/share/doc#' Makefile.config &&
make</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page