Makefile: silence an eventual compiler build in the `deps` target
This commit is contained in:
parent
8e0025035c
commit
2fd9f93e69
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ sanity-checks:
|
||||||
{ echo "This Makefile can only be used from the corresponding Git submodule in the Nimbus repository."; exit 1; }
|
{ echo "This Makefile can only be used from the corresponding Git submodule in the Nimbus repository."; exit 1; }
|
||||||
|
|
||||||
deps: | sanity-checks
|
deps: | sanity-checks
|
||||||
@+ $(MAKE) --silent -C ../../ deps
|
@+ $(MAKE) --silent -C ../../ V=0 deps
|
||||||
|
|
||||||
build:
|
build:
|
||||||
mkdir $@
|
mkdir $@
|
||||||
|
|
Loading…
Reference in New Issue