diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-21 21:51:46 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-21 21:51:46 +0000 |
commit | b19a5188fc577a971a1aa347e1f7ed9c18b28766 (patch) | |
tree | 95a39b015e41363e0146e4636c3d517eb1331ca7 /.Makefile.inc | |
parent | 5546743b78b0626a8047788d881006356b0b5621 (diff) |
Akwardness with echo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2607 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.Makefile.inc')
-rw-r--r-- | .Makefile.inc | 10 |
1 files 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 |