Summary: The issue was as follows: - ppx.exe depended on all the ocaml source files - ppx.exe is an implicit prerequisit of all the (non-automatically-generated) build objects in jbuilder - as a result, when modifying a source file, we would recompile ppx.exe, thus all the source files ppx.exe only needs to depend on all the generated source files, so that jbuilder can find them all. Reviewed By: jberdine Differential Revision: D5621007 fbshipit-source-id: 92c5b9cmaster
parent
17cc5ec7be
commit
888ca46371
Loading…
Reference in new issue