chiark / gitweb /
Fix Makefile.nestedvm so that it works with make -j.
authorSimon Tatham <anakin@pobox.com>
Fri, 1 Jun 2018 06:22:55 +0000 (07:22 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 1 Jun 2018 06:24:15 +0000 (07:24 +0100)
commit85d87f4e8a8338449050a01cf3efa4e5d3d3b011
tree2fe7b79b12aebba4c70587331fa4c915992a920a
parent32f96080ad2f1bf263e101c245f0332eed021d5a
Fix Makefile.nestedvm so that it works with make -j.

Instead of repeatedly reusing the file name 'PuzzleEngine.class' in
the main build directory, now each puzzle's NestedVM translation is
left in a separate subdirectory so that they don't collide with each
other. A bonus is that we don't have to rename the file back and forth
between the rule that builds it and the one that consumes it.
Recipe