summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuchesar V. ILIEV2015-12-13 12:53:30 +0200
committerLuchesar V. ILIEV2015-12-13 14:34:31 +0200
commit47716b2f3d8cd1fff3c35283981a8a0821ffbf49 (patch)
treead04eef3c8750cf1339e687eaec69abe34894888 /PKGBUILD
parent08e8f59872f610ce616b8adc83e8103b8db1ed24 (diff)
downloadaur-47716b2f3d8cd1fff3c35283981a8a0821ffbf49.tar.gz
Do `make ocaml_doc` after `make all`
docs/cmake_install.cmake used to fail if `make all` was run without running `make ocaml_doc` in advance. However, this doesn't quite make sense and was probably just a transient problem. On the other hand, running `make ocaml_doc` before `make all` seems to cause some random errors of different kind. For these reasons, reverse their order.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2757fd162aa2..d20283bb8f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -169,10 +169,8 @@ build() {
-DLLVM_BINUTILS_INCDIR:PATH=/usr/include \
"../${_pkgname}"
- # Must run this target independently, or else docs/cmake_install.cmake will fail.
- make ocaml_doc
-
make
+ make ocaml_doc
}
package_llvm-svn() {