Hadrian bindist Makefile relies on non-existent removeFiles function
The lib/settings target of Hadrian's binary distribution Makefile currently contains $(call removeFiles,$@). However, this function does not exist. Naturally, make being make, this appears to be silently ignored instead of producing an error. This is problematic as it means that reinstallation of a binary distribution will produce an invalid settings file due to repeated concatentation.
Edited by Ben Gamari