aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorGravatar w00t2008-04-22 12:26:05 +0000
committerGravatar w00t2008-04-22 12:26:05 +0000
commitb9a3d9e71fda55787cb754c702fe343186d175e7 (patch)
tree278e1a34e701486d4f1224725f60fc4b76e57b54 /make
parentRemove debug (This also fixes a bug that peavey and i found regarding the alr... (diff)
downloadinspircd++-b9a3d9e71fda55787cb754c702fe343186d175e7.tar.gz
inspircd++-b9a3d9e71fda55787cb754c702fe343186d175e7.tar.bz2
inspircd++-b9a3d9e71fda55787cb754c702fe343186d175e7.zip
Show command line on warnings for darix (probably)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9577 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make')
-rwxr-xr-xmake/run-cc.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/run-cc.pl b/make/run-cc.pl
index e5f29ec7f..d637ba8c9 100755
--- a/make/run-cc.pl
+++ b/make/run-cc.pl
@@ -63,6 +63,7 @@ my @msgfilters = (
[ qr/^.* warning: / => sub {
my ($msg) = @_;
my $str = $location . "\e[33;1m$msg\e[0m\n";
+ $showncmdline = 1;
$location = "";
return $str;
} ],