Add a second test conditional to stop double-execution of make scripts
This commit is contained in:
parent
30700aefd4
commit
c30244a4e4
4
makefile
4
makefile
@ -10,7 +10,9 @@ build-deps:
|
|||||||
then exit; else scripts/setup_dev_switch.sh;
|
then exit; else scripts/setup_dev_switch.sh;
|
||||||
fi
|
fi
|
||||||
# Set up the local ligo opam repository so that it can be built
|
# Set up the local ligo opam repository so that it can be built
|
||||||
scripts/setup_ligo_opam_repository.sh
|
if [ -n "`opam repo list --safe | grep -P "ligo-opam-repository"`" ];
|
||||||
|
then exit; else scripts/setup_ligo_opam_repository.sh;
|
||||||
|
fi
|
||||||
# Install OCaml build dependencies for Ligo
|
# Install OCaml build dependencies for Ligo
|
||||||
scripts/install_ligo_with_dependencies.sh
|
scripts/install_ligo_with_dependencies.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user