Commit graph

7 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
7cb98f62c8 system information - Initial commit of the pieces needed to support the system information in the makefile system
This adds the pieces needs for memory testers to work in the makefile system
	CONFIG:
		PCISNIFER - which versions to snag of PCI Sniffer - really this is either latest, all or undefined as there is only one version
		            seemingly present at any given time
2015-03-18 23:29:21 -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 'Warthog9' Hawley
92c817a394 Initial Import of 0.0.1 to git
Initial commit
2015-03-18 23:20:26 -07:00