X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.Makefile.inc;h=3215b0d2c8a1d324bf135c68cb315707fec0fdd0;hb=dfcfcb6f0e5c2a7193be3a860464d0c7123cd26c;hp=155bc36fb6f60fb56a9699ac6e0cc89014eac435;hpb=adcab4da2aeae3de198435219f6c2b25bb7cd4d0;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.Makefile.inc b/.Makefile.inc index 155bc36fb..3215b0d2c 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -33,12 +33,20 @@ finishmessage: ircd mods @echo "" @echo "*************************************" @echo "* BUILD COMPLETE! *" + @echo "* *" @echo "* To install InspIRCd, type: *" @echo "* make install *" @echo "*************************************" ircd: - @echo "Making ircd..." + @echo "*************************************" + @echo "* BUILDING INSPIRCD *" + @echo "* *" + @echo "* This will take a *long* time. *" + @echo "* Why not read our wiki at *" + @echo "* http://www.inspircd.org/wiki *" + @echo "* while you wait for make to run? *" + @echo "*************************************" ${MAKE} -C src DIRNAME="src" $(MAKEARGS) install: all @@ -139,8 +147,9 @@ install: all @echo "" @echo "*************************************" @echo "* INSTALL COMPLETE! *" + @echo "* *" @echo "* It is safe to ignore any messages *" - @echo "* related to copying of files. *" + @echo "* related to copying of conf files. *" @echo "* *" @echo "* REMEMBER TO EDIT YOUR CONFIG FILE *" @echo "*************************************"