Skip to content

Commit

Permalink
Fiji Build: No longer support 'make'
Browse files Browse the repository at this point in the history
It has been ages since we used make, and now it is time to get rid
of the support burden.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jul 9, 2012
1 parent 89d66ca commit a322fdc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src-plugins/fake/src/main/java/fiji/build/Fake.java
Original file line number Diff line number Diff line change
Expand Up @@ -1130,9 +1130,7 @@ protected void fakeOrMake(File cwd, String directory, boolean verbose,
}
all.make();
} else
// Try "make"
execute(new String[] { "make" },
new File(directory), verbose);
throw new FakeException("Make no longer supported!");
} catch (Exception e) {
if (!(e instanceof FakeException))
e.printStackTrace();
Expand Down

0 comments on commit a322fdc

Please sign in to comment.