]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
better error message
authorRudolf Polzer <divVerent@xonotic.org>
Sun, 31 Jul 2011 19:47:11 +0000 (21:47 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Sun, 31 Jul 2011 19:47:11 +0000 (21:47 +0200)
http://paste.pocoo.org/show/450089/

all

diff --git a/all b/all
index 388a6e39b82ddfe0954162373f5091dcedb42c92..a1164dc792c7101679e4f8961554dec3db34fc82 100755 (executable)
--- a/all
+++ b/all
@@ -1048,9 +1048,25 @@ case "$cmd" in
                
                if ! verbose $CC misc/tools/conftest.c -o conftest; then
                        msg ""
-                       msg "COMPILER"
-                       msg ""
-                       msg "Y U NO COMPILE CODE?"
+                       msg "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
+                       msg "~~~~~~~~~~ COMPILER ~~~~~~~~~~"
+                       msg "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
+                       msg "~~~~~~~~~~~~~~_...._~~~~~~~~~~"
+                       msg "~~~~~~~~~~~,-'  .  \\\`-._~~~~~~"
+                       msg "~~~~~~~~~~/     --. ><  \\~~~~~"
+                       msg "~~~~~~~~~/      (*)> -<: \\~~~~"
+                       msg "~~~~~~~~~(     ^~-'  (*) )~~~~"
+                       msg "~~~~~~~~~\\   .  . ^+-_/  |~~~~"
+                       msg "~~~~~~~~~~\\    .' {vvv}  |~~~~"
+                       msg "~~~~~~~~~~,\\  ' , {^^^},/~~~~~"
+                       msg "~~~~~~~~,/  \`---.....-'~~W~~~~"
+                       msg "~~~~~~,/   \\_____/_\\_W~~/~~~~~"
+                       msg "~~~~~/          /~~~\\__/~~~~~~"
+                       msg "~~~~/          /~~~~~~~~~~~~~~"
+                       msg "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
+                       msg "~~~~~~~ Y U NO COMPILE ~~~~~~~"
+                       msg "~~~~~~~~~~~~ CODE ~~~~~~~~~~~~"
+                       msg "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
                        msg ""
                        exit 1
                fi