1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 19:36:39 +02:00

BUILD : 1.7.15 (1158) BUGS : NOTES : Fixed the Makefile to let make work with multiple threads (tested with 3)

git-svn-id: svn://svn.anope.org/anope/trunk@1158 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@881 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-09-25 07:46:51 +00:00
parent b092b4ea23
commit 483f14f2f8
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006
09/10 F Corrected valid nick characters for /OS SVSNICK. [#599]
09/17 F Small mistakes in Dutch language file. [ #00]
09/23 F Restarting under Windows now works correctly [#589]
09/25 F Make now works with multiple threads. [ #00]
Provided by Trystan <trystan@nomadirc.net> - 2006
08/20 F Fixed several compiler warnings. [#586]
+1 -1
View File
@@ -32,7 +32,7 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \
'RUNGROUP=${RUNGROUP}' 'MODULE_PATH=${MODULE_PATH}' 'RDB=${RDB}'\
'MYSQL=${MYSQL}' 'SHARED=${SHARED}' 'MODULEFLAGS=${MODULEFLAGS}'
build:
build: language headers
@for i in $(SUBDIRS); do \
echo "*** Building $$i";\
( cd $$i; ${MAKE} ${MAKEARGS} all; ) \
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="15"
VERSION_EXTRA="-svn"
VERSION_BUILD="1157"
VERSION_BUILD="1158"
# $Log$
#
# BUILD : 1.7.15 (1158)
# BUGS :
# NOTES : Fixed the Makefile to let make work with multiple threads (tested with 3)
#
# BUILD : 1.7.15 (1157)
# BUGS : 589
# NOTES : Fixed restarting under windows, it should now work correctly