aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2015-08-20 13:52:56 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2015-08-20 13:52:56 -0500
commit40a1b0acc026c77ffe367520972f2d3abcbdbcd0 (patch)
treeaefc8e508b7b6bfc3def9ae2d28b30918129d522
parent727233bd0f9c4a3e470cf9ce33881b26dfd28c1e (diff)
Revert "MakeRelease.job disable doc building" patch
Making documentation proved to not be the issue with building binary releases and disappearing files. Revert commit 727233bd0f9c4a3e470cf9ce33881b26dfd28c1e Change-Id: I3936589baf99fd78e136956d8ec0a667a52ed2d1
-rwxr-xr-xscripts/MakeRelease.job3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index 9f0379dd..501f3a9c 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -109,8 +109,7 @@ if test x"${tarbin}" = x"yes"; then
else
host=""
fi
- # FIXME Doc building disabled to test the binary release job.
- $CONFIG_SHELL ${abe_dir}/abe.sh ${update} --disable make_docs --release ${release} --tarbin ${check} ${gcc} ${binutils} ${platform} ${host} --build all ${libc}
+ $CONFIG_SHELL ${abe_dir}/abe.sh ${update} --release ${release} --tarbin ${check} ${gcc} ${binutils} ${platform} ${host} --build all ${libc}
fi
# force a failure if abe has build problems.