summaryrefslogtreecommitdiff
path: root/make/common.pm
AgeCommit message (Collapse)Author
2017-09-25Fix the regex for parsing the git version in get_version.Peter Powell
2017-03-25Replace module_installed with eval.Peter Powell
2017-03-25Extract core logic of write_configure_cache to write_config_file.Peter Powell
2017-03-25Rename read_configure_cache to read_config_file and move to common.Peter Powell
2016-11-18Fix the distribution label not showing up since b8d85c6251.Peter Powell
2016-09-02Update stuff for the new versioning system.Peter Powell
2016-03-22Extract directory creation code to its own subroutine.Peter Powell
2016-02-20Fix not having a CPU count when the lookup command is missing.Peter Powell
2015-03-25Convert the build system to Perl 5.10.Peter Powell
Thanks to Kross for the heads up on "use feature".
2014-12-07Move common code to make::common from make::utilities.Peter Powell
The other code in that file will be removed very soon so it has been left alone to avoid merge conflicts. This will help prevent insp20 merge conflicts in the future.