Files
epics-base/src/tools
Simon Rose a6977ae731 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.
2024-02-21 09:45:14 -06:00
..
2021-10-26 16:46:35 -05:00
2021-09-03 14:13:45 -05:00
2020-12-23 16:18:21 -06:00