Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-19 | Make variable references in Makefiles consistent | William Hubbs | |
Some variable references were written as $(foo), but the majority were written as ${foo}. This commit changes all of the variable references to using braces. | |||
2011-10-18 | consolodate Makefiles | William Hubbs | |
The tree contained many operating system specific Makefiles which were being included in other Makefiles. This commit removes those and adds the code to the makefiles which included them using make's conditional processing. X-Gentoo-Bug: 387441 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=387441 | |||
2008-03-26 | Merge doc dirs. | Roy Marples | |