|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-unstable test] 13934: regressions - FAIL
Ian Jackson writes ("Re: [Xen-devel] [xen-unstable test] 13934: regressions -
FAIL"):
> This means the bug is in make or in the makefiles. Let me investigate
> further...
Subject: [PATCH] build, docs: 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@xxxxxxxxxxxxx>
diff -r 87bf99fad7a9 Makefile
--- a/Makefile Tue Oct 02 12:14:00 2012 +0200
+++ b/Makefile Tue Oct 09 10:29:42 2012 +0100
@@ -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:
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |