]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Clean up and move various subroutines.
authorPeter Powell <petpow@saberuk.com>
Thu, 15 Aug 2013 04:57:46 +0000 (05:57 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 18 Aug 2013 10:41:43 +0000 (11:41 +0100)
commit3070548ceeffd3c09ce26d816a1d225dbe9d137e
tree03139f43d6723876a8c9480a91207de62ed90028
parente950f568d0f571e9475aa38177486468714de4d3
Clean up and move various subroutines.

- Fix indentation of get_compiler_info and clean up slightly.
- Move module_installed to make::utilities.
- Remove promptnumeric (unused).
- Rename clean to cmd_clean and rewrite.
- Rename dir_check to prompt_bool and rewrite.
- Rename dumphash to dump_hash.
- Rename getcache to read_configure_cache and rewrite.
- Rename getrevision to get_revision.
- Rename makecache to write_configure_cache and rewrite.
- Rename promptstring_s to prompt_string and rewrite.
- Rename showhelp to cmd_help and rewrite.
- Rename update to cmd_update and rewrite.
- Rename yesno to prompt_bool and rewrite.
- Replace getmodules with a <src/modules/m_*.cpp> glob.
configure
make/configure.pm
make/template/main.mk
make/utilities.pm
modulemanager