]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Export console_format from make::console and make it more robust.
authorSadie Powell <sadie@witchery.services>
Fri, 25 Dec 2020 05:12:11 +0000 (05:12 +0000)
committerSadie Powell <sadie@witchery.services>
Thu, 31 Dec 2020 22:54:50 +0000 (22:54 +0000)
commit2b7c3967087eb231ce074b67157b6d67cc0c79eb
tree8cb246bfc5010539e46fa164e63f539593aceadc
parente8f3587b80c26ee4fbd160db9a83ed8914a63e22
Export console_format from make::console and make it more robust.

Previously a module could do warning("<|INVALID wibble|>") in its
$CompilerFlags or $LinkerFLags and this would break the build.
make/console.pm