Skip to content

Commit

Permalink
Make Pkg.build error message clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasb-eyer committed Dec 16, 2014
1 parent a297d5c commit 6ae21d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/pkg/entry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ae21d1

Please sign in to comment.