aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2012-10-26 16:47:33 +0100
committerIan Jackson <ian.jackson@eu.citrix.com>2012-10-26 16:47:33 +0100
commit3f3e58b40c86bdaf3dd1f94baf0b41839939522b (patch)
treecfc67870da87a52a58bcdcc2d2eae018a127606e
parent689ce149b6495184eaf79088f6da373b2162f15c (diff)
downloadxen-3f3e58b40c86bdaf3dd1f94baf0b41839939522b.tar.gz
xen-3f3e58b40c86bdaf3dd1f94baf0b41839939522b.tar.bz2
xen-3f3e58b40c86bdaf3dd1f94baf0b41839939522b.zip
docs, build: Do not ignore install-docs errors
In the toplevel Makefile "install-docs" (depended on by "install" and hence "dist"), but not "build", ignores errors. This was inherited from before 24563:4271634e4c86, prior to which the ||true seems intended to handle failures of check_pkgs. Nowadays we handle docs tools individually in the docs makefiles so there is no need for this ||true here. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com> xen-unstable changeset: 26042:3696dd6a7836 Backport-requested-by: Ian Campbell <Ian.Campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 373ca197b6..b54cfbf2ba 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ tools/firmware/seabios-dir-force-update:
.PHONY: install-docs
install-docs:
- $(MAKE) -C docs install || true
+ $(MAKE) -C docs install
.PHONY: dev-docs
dev-docs: