diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-21 21:46:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-21 21:46:42 +0000 |
commit | 2099b09fd52f92ed05743181416d3dab78f10624 (patch) | |
tree | e3b3f6a23431b754ce00d6b244c9fd04655f69d7 | |
parent | eaa375caa8ba996d64d37621c47243ed4c757491 (diff) |
Added 'build complete' message
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2605 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | .Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 360ea6a6f..acabd6982 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -37,6 +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 ************************************* config: @cp conf/inspire.motd $(CONPATH)/inspire.motd.example |