From b19a5188fc577a971a1aa347e1f7ed9c18b28766 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 21 Dec 2005 21:51:46 +0000 Subject: [PATCH] Akwardness with echo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2607 e03df62e-2008-0410-955e-edbf42e46eb7 --- .Makefile.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5