From 6ae21d1e47a9dfab12c195e537fce9fdbada16e0 Mon Sep 17 00:00:00 2001 From: lucasb-eyer Date: Wed, 26 Nov 2014 10:34:12 +0100 Subject: [PATCH] Make `Pkg.build` error message clearer. --- base/pkg/entry.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/pkg/entry.jl b/base/pkg/entry.jl index efeab46a55fbd..02558f37d3b20 100644 --- a/base/pkg/entry.jl +++ b/base/pkg/entry.jl @@ -639,7 +639,7 @@ function build(pkgs::Vector) WARNING: $(join(map(x->x[1],errs),", "," and ")) had build errors. - packages with build errors remain installed in $(pwd()) - - build a package and all its dependencies with `Pkg.build(pkg)` + - build the package(s) and all dependencies with `Pkg.build("$(join(map(x->x[1],errs),"\", \""))")` - build a single package by running its `deps/build.jl` script """) end