]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .Makefile.inc
Fixed to compile properly with -O; keep in mind that this is not supported, use at...
[user/henk/code/inspircd.git] / .Makefile.inc
index 74a6ef09b401e293322521ba94914ff86e6deb50..3215b0d2c8a1d324bf135c68cb315707fec0fdd0 100644 (file)
@@ -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
@@ -127,6 +135,11 @@ install: all
        @-cp .gdbargs $(BASE)
        @-cp conf/inspircd.quotes.example $(CONPATH)
        @-cp conf/inspircd.rules.example $(CONPATH)
+       @-cp conf/inspircd.motd.example $(CONPATH)
+       @-cp conf/inspircd.helpop-full.example $(CONPATH)
+       @-cp conf/inspircd.helpop.example $(CONPATH)
+       @-cp conf/inspircd.censor.example $(CONPATH)
+       @-cp conf/inspircd.filter.example $(CONPATH)
        @-cp conf/key.pem $(CONPATH)
        @-cp conf/cert.pem $(CONPATH)
        @-cp docs/inspircd.conf.example $(CONPATH)
@@ -134,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 "*************************************"