From: brain Date: Wed, 21 Dec 2005 21:51:46 +0000 (+0000) Subject: Akwardness with echo X-Git-Tag: v2.0.23~9467 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=b19a5188fc577a971a1aa347e1f7ed9c18b28766;p=user%2Fhenk%2Fcode%2Finspircd.git Akwardness with echo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2607 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/.Makefile.inc b/.Makefile.inc index acabd6982..c013e9b55 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -37,11 +37,11 @@ bininst: @-cp inspircd $(BASE) @-chmod 0700 $(BINPATH)/inspircd @-chmod 0700 $(LIBPATH)/*.so - @echo ************************************* - @echo * BUILD COMPLETE! * - @echo * It is safe to ignore any messages * - @echo * related to copying of files. * - @echo ************************************* + @echo "*************************************" + @echo "* BUILD COMPLETE! *" + @echo "* It is safe to ignore any messages *" + @echo "* related to copying of files. *" + @echo "*************************************" config: @cp conf/inspire.motd $(CONPATH)/inspire.motd.example