diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2012-11-21 13:57:05 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2012-11-21 13:57:05 +0200 |
commit | 0672ebbe2a455152b6eaa2fc35327d4a8f738861 (patch) | |
tree | 381a9abbeacb8d53aa75716863e67e84f4e62803 /sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch | |
parent | fe1db5b4c5c1ba306799f3167948f90eadaf38fa (diff) |
new file: sys-devel/llvm/files/cl-patches/0001-r600-Add-some-intrinsic-definitions.patch
new file: sys-devel/llvm/files/cl-patches/0002-r600-Add-get_global_size-and-get_local_size-intrinsi.patch
new file: sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch
new file: sys-devel/llvm/files/llvm-2.7-nodoctargz.patch
new file: sys-devel/llvm/files/llvm-2.8-alignof.patch
new file: sys-devel/llvm/files/llvm-2.8-darwin8.patch
new file: sys-devel/llvm/files/llvm-2.9-Operator.h-c++0x.patch
new file: sys-devel/llvm/files/llvm-2.9-nodoctargz.patch
new file: sys-devel/llvm/files/llvm-3.0-PPCCompilationCallbackC_static.patch
new file: sys-devel/llvm/files/llvm-3.0-PPC_macro.patch
new file: sys-devel/llvm/files/llvm-3.0-gold_LTO_link.patch
new file: sys-devel/llvm/files/llvm-3.0-ocaml_install.patch
new file: sys-devel/llvm/files/llvm-3.0-set_soname.patch
new file: sys-devel/llvm/files/llvm-3.1-fix_debug_line_info.patch
new file: sys-devel/llvm/files/llvm-3.1-ivybridge_support.patch
new file: sys-devel/llvm/files/llvm-3.2-nodoctargz.patch
new file: sys-devel/llvm/llvm-9999.ebuild
Diffstat (limited to 'sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch')
-rw-r--r-- | sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch b/sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch new file mode 100644 index 0000000..583fdf9 --- /dev/null +++ b/sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch @@ -0,0 +1,30 @@ +--- docs/CommandGuide/Makefile.orig 2009-10-26 16:54:33.000000000 +0100 ++++ docs/CommandGuide/Makefile 2009-10-26 17:32:03.000000000 +0100 +@@ -19,7 +19,7 @@ + DST_PS_DIR=ps/ + + # If we are in BUILD_FOR_WEBSITE mode, default to the all target. +-all:: html man ps ++all:: html man + + clean: + rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS) +@@ -81,7 +81,7 @@ + MAN_DIR := $(PROJ_mandir)/man1 + PS_DIR := $(PROJ_docsdir)/ps + +-install-local:: $(HTML) $(INSTALL_MANS) $(PS) ++install-local:: $(HTML) $(INSTALL_MANS) + $(Echo) Installing HTML CommandGuide Documentation + $(Verb) $(MKDIR) $(HTML_DIR) + $(Verb) $(DataInstall) $(HTML) $(HTML_DIR) +@@ -90,9 +90,6 @@ + $(Echo) Installing MAN CommandGuide Documentation + $(Verb) $(MKDIR) $(MAN_DIR) + $(Verb) $(DataInstall) $(INSTALL_MANS) $(MAN_DIR) +- $(Echo) Installing PS CommandGuide Documentation +- $(Verb) $(MKDIR) $(PS_DIR) +- $(Verb) $(DataInstall) $(PS) $(PS_DIR) + + uninstall-local:: + $(Echo) Uninstalling CommandGuide Documentation |