aboutsummaryrefslogtreecommitdiff
path: root/mk/cc.mk
AgeCommit message (Collapse)Author
2011-02-04use make conditional for -cstd flagWilliam Hubbs
cc.mk was using ashell call to determine the value of the cstd variable. This reworks that code so it uses a make conditional.
2011-01-31use immediate evaluation for shell callsWilliam Hubbs
This reworks the shell calls in the makefiles to use immediate evaluation and should improve parallel building. X-Gentoo-Bug: 289264 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=289264
2009-05-01Add (c) to CopyrightRoy Marples
2008-09-18Use better CFLAGS - some new warnings will need to be fixed.Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-02-20Sanify the default cc flags.Roy Marples
2008-02-19Fix CSTD.Roy Marples
2008-02-19Default to using C99 standard.Roy Marples
2008-01-18Don't enforce a C99 compiler.Roy Marples
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples
keeping BSD for all BSD's.