Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where VSCode makefile extension can delete files
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.
- Loading branch information