X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.Makefile.inc;h=6d02d4746b4a01657d041e172e06bf270c8e4be7;hb=8ac2fa846b189fa649ef8591bc4e311ab613f283;hp=a8c762276a130b19b9db1fa80de572d2984f1f3e;hpb=d555db40f4b39f10ad06c2449b42711c1e74105f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.Makefile.inc b/.Makefile.inc index a8c762276..6d02d4746 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -1,13 +1,13 @@ # InspIRCd Main Makefile # -# (C) InspIRCd Development Team, 2002-2007 +# (C) InspIRCd Development Team, 2002-2008 # This file is automagically generated by configure, from # .Makefile.inc. Any changes made will go away! :P # Please do not edit unless you know what you're doing. # CC = @CC@ -MAKE = @MAKEPROG@ +MAKE = @MAKEPROG@ -s PROGS = inspircd NICEFLAGS = @FLAGS@ FLAGS = $(NICEFLAGS) -pedantic @@ -40,11 +40,10 @@ debug: @echo "* experiencing problems. *" @echo "* *" @echo "*************************************" - ${MAKE} -C . 'FLAGS=${DEBUG}' 'NICEFLAGS=${NICEDEBUG}' all + @${MAKE} -C . 'FLAGS=${DEBUG}' 'NICEFLAGS=${NICEDEBUG}' all mods: - @echo "Making modules..." - ${MAKE} -C src/modules DIRNAME="src/modules" $(MAKEARGS) + @${MAKE} -C src/modules DIRNAME="src/modules" $(MAKEARGS) # Make this depend on 'ircd' and 'mods', so its always output last even with -j finishmessage: ircd mods @@ -65,7 +64,7 @@ ircd: @echo "* http://www.inspircd.org/wiki *" @echo "* while you wait for make to run? *" @echo "*************************************" - ${MAKE} -C src DIRNAME="src" $(MAKEARGS) + @${MAKE} -C src DIRNAME="src" $(MAKEARGS) install: all@EXTRA_DIR@ @-install -d -m $(INSTMODE) $(BASE) @@ -85,7 +84,7 @@ install: all@EXTRA_DIR@ @echo "*************************************" module: - ${MAKE} -C src/modules DIRNAME="src/modules" $(MAKEARGS) ${name} + @${MAKE} -C src/modules DIRNAME="src/modules" $(MAKEARGS) ${name} clean: @echo Cleaning...