This is a couple of quick changes, specific to versions.list generation
Part 1: This now makes sure that versions.list gets rebuilt
(once, and only once) on each make run.
Part 2: This also makes sure that -j works since there is now a
versions.list.temp intermediate file (that gets deleted)
This pretty much affects anything that uses versions.list
This adds the pieces needs for memory testers to work in the makefile system
CONFIG:
MEMTEST86PLUS - which versions to snag of memtest86+
MEMTEST86 - which versions to snag of memtest
these are actually more just defined or undefined right now, as they snag the latest (who needs more than one version of a specific memory tester?)
memory_testers/Makefile:
Full makefile overhaul, includes switches for the two, now, supported memorytesters.
The intention will be to treat these as includes or template files going forward. Getting these committed so they are tracked in the tree properly. The
se have just been moved from their normal respective locations to here.
The makefiles will parse these, and likely in the interim, just copy them back into place