From 6956cc80516f1dfc74a06a75b068437afba036ed Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 3 Dec 2015 04:48:15 +0100 Subject: Add vendor specific library compile scripts for linux. Merge branch from Paebbels. --- libraries/vendors/ghdl.skipwarning.grcrules | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libraries/vendors/ghdl.skipwarning.grcrules (limited to 'libraries/vendors/ghdl.skipwarning.grcrules') diff --git a/libraries/vendors/ghdl.skipwarning.grcrules b/libraries/vendors/ghdl.skipwarning.grcrules new file mode 100644 index 0000000..0609b06 --- /dev/null +++ b/libraries/vendors/ghdl.skipwarning.grcrules @@ -0,0 +1,14 @@ +# skip warnings +regexp=^.*?:\d+:\d+:warning: .* +skip=yes +========= + +# color errors +regexp=^.*?:\d+:\d+: .* +colours=red +count=stop +========= + +# skip additional message line on Linux +regexp=^ghdl: compilation error +skip=yes -- cgit