The problem is that VSCode's make extension, in order to determine some information about the project, runs ``` make --dry-run --always-make ``` which despite its name will actually try to remake the configure/* files. Running `installEpics.pl` on these will delete them first, then try copy them, resulting in an error.