While hacking on Julia Base, I ran make
, which resulted in an error during bootstrap, and suggested I run make clean
and make cleanall
. I did that, the problem now is that make
doesn’t work any more after make cleanall
, and I’m not sure how to fix this.
After switching back to the master
branch:
$ make
make[2]: *** No rule to make target '/home/nsajko/tmp/julia/deps/srccache/patchelf-0.13/Makefile.am', needed by '/home/nsajko/tmp/julia/deps/srccache/patchelf-0.13/Makefile.in'. Stop.
make[1]: *** [/home/nsajko/tmp/jl/jl/julia/deps/patchelf.mk:39: /home/nsajko/tmp/jl/jl/julia/usr-staging/patchelf-0.13.tar] Error 2
make: *** [Makefile:75: julia-deps] Error 2
Any ideas for being able to build Julia again from this local repo?