From: Paul F. <pj...@wa...> - 2024-12-22 10:59:03
|
Hi all To test this I did the following, starting from a clean repo 1. Modified a sample 5 different kinds of expected files to get some failures. 2. Ran 'make regtest' 3. make distclean 4. git status --ignored The main thing that is not cleaned are all of the Makefile.in that are the intermediary step from Makefile.am to Makefile. There's also a bit of autotools cruft in the root directory, a few garbage.filtered.out files and stuff like the gdb and vgdb links in gdbserver_tests. A+ Paul |