Commit graph

8 commits

Author SHA1 Message Date
John 'Warthog9' Hawley
5256645b36 Makefile: Fixes for parallel make (versions.list also gets rebuilt)
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
2015-03-18 23:29:22 -07:00
John 'Warthog9' Hawley
cac4156140 Menuing / Makefiles / Configuration - Work to flip over to using menu include instead of recalling menu
This is pretty self explanitory - flipping over to using menu include directive
instead of re-calling and re-downloading everything for vesamenu.c32
2015-03-18 23:29:21 -07:00
John 'Warthog9' Hawley
9de2008621 Memory Testers - Initial commit of the pieces needed to support the memory testers in the makefile system
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.
2015-03-18 23:23:31 -07:00
John 'Warthog9' Hawley
287f906dfa Adding basic Makefile infrastructure
This adds the Makefiles that will be intended to be used / filled out as time goes forward with for the other pxe knife subsystems
2015-03-18 23:20:49 -07:00
John 'Warthog9' Hawley
83bfe7adc9 Move configuration files for the various subsections to common location
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
2015-03-18 23:20:49 -07:00
John Hawley
79b99c1ecb This is forward progress for v0.3 a few adjustments are missing but close enough to get us moving 2015-03-18 23:20:45 -07:00
John Hawley
2d907dd35b Import and update to v0.0.2 next version will be v0.3 as we decided the extra zero was worthless 2015-03-18 23:20:39 -07:00
John 'Warthog9' Hawley
92c817a394 Initial Import of 0.0.1 to git
Initial commit
2015-03-18 23:20:26 -07:00