Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-22 | Fix regression tests after MAKEFLAGS enhancements. | Paul Smith | 1 | -2/+2 | |
2013-05-13 | Add a new variable: GNUMAKEFLAGS | Paul Smith | 1 | -0/+24 | |
This allows you to write portable makefiles that set GNU make-specific command line options in the environment or makefile: add them to GNUMAKEFLAGS instead of MAKEFLAGS and they will be seen by GNU make but ignored by other implementations of make. |