Dune: remove src in proto_*/lib_protocol

This commit is contained in:
Grégoire Henry 2019-02-04 17:15:00 +01:00 committed by Benjamin Canou
parent c3dd98dc0f
commit 28f680ab91
143 changed files with 83 additions and 84 deletions

View File

@ -38,12 +38,12 @@ endif
done
PROTOCOLS := genesis alpha demo
DUNE_INCS=$(patsubst %,src/proto_%/lib_protocol/src/dune.inc, ${PROTOCOLS})
DUNE_INCS=$(patsubst %,src/proto_%/lib_protocol/dune.inc, ${PROTOCOLS})
generate_dune: ${DUNE_INCS}
${DUNE_INCS}:: src/proto_%/lib_protocol/src/dune.inc: \
src/proto_%/lib_protocol/src/TEZOS_PROTOCOL
${DUNE_INCS}:: src/proto_%/lib_protocol/dune.inc: \
src/proto_%/lib_protocol/TEZOS_PROTOCOL
dune build @$(dir $@)/runtest_dune_template --auto-promote
touch $@

View File

@ -0,0 +1 @@
../../lib_protocol_compiler/dune_protocol

Some files were not shown because too many files have changed in this diff Show More