Changeset 5d4a086a for general/prog/llvm.xml
- Timestamp:
- 09/14/2014 09:54:13 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 51c08f3
- Parents:
- 8ff62e35
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/llvm.xml
r8ff62e35 r5d4a086a 177 177 </para> 178 178 179 <screen><userinput>sed -i '/Support/ iLLVMLibsOptions := ../../lib/IR/Release*/Pass.o' \ 180 tools/bugpoint/Makefile tools/opt/Makefile && 181 sed -e "s:/docs/llvm:/share/doc/llvm-&llvm-version;:" \ 179 <screen><userinput>sed -e "s:/docs/llvm:/share/doc/llvm-&llvm-version;:" \ 182 180 -i Makefile.config.in && 183 181 … … 246 244 <command>sed -e ... Makefile.config.in</command>: This sed fixes 247 245 location of the installed documentation. 248 </para>249 250 <para>251 <command>sed -i ... tools/opt/Makefile</command>: Workaround to make sure252 it links correctly.253 246 </para> 254 247
Note:
See TracChangeset
for help on using the changeset viewer.