Date: Thursday May 10, 2001 @ 5:37 Author: quisar Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv8235 Modified Files: ChangeLog Makefile.in Log Message: Here's the Changelog entry: * docs/CUSTOMIZATION, docs/sample_sysdef.in, include/config.h.in, include/data.h, include/sysdefaults.h, ntserv/data.c, ntserv/interface.c: remove RESTRICT_BOMB and NO_UNWARRING_BOMBING from config.h.in and put it in .sysdef. * tools/xtkill.c: Correct 'S' option to do what it should (put damages and etemp back to 0. * Makefile.in: Correct a syntax error. PS: gum has to be upgraded, but having not the right version of glade, I send the patch to James Cameron so that he does the checkin. **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.122 Vanilla/ChangeLog:1.123 --- Vanilla/ChangeLog:1.122 Thu May 3 23:02:20 2001 +++ Vanilla/ChangeLog Thu May 10 05:37:10 2001 @@ -1,3 +1,15 @@ +Thu May 10 09:36:57 2001 Benjamin `Quisar' Lerman <quisar at quisar.ambre.net> + + * docs/CUSTOMIZATION, docs/sample_sysdef.in, include/config.h.in, + include/data.h, include/sysdefaults.h, ntserv/data.c, + ntserv/interface.c: remove RESTRICT_BOMB and NO_UNWARRING_BOMBING + from config.h.in and put it in .sysdef. + + * tools/xtkill.c: Correct 'S' option to do what it should (put + damages and etemp back to 0. + + * Makefile.in: Correct a syntax error. + Fri May 4 14:45:28 2001 Benjamin `Quisar' Lerman <quisar at quisar.ambre.net> * robots/newbie.c, robots/newbiedefs.h: add #define NB_ROBOTS 16 @@ -1287,4 +1299,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.122 2001/05/04 04:02:20 cameron Exp $ + $Id: ChangeLog,v 1.123 2001/05/10 10:37:10 quisar Exp $ Index: Vanilla/Makefile.in diff -u Vanilla/Makefile.in:1.3 Vanilla/Makefile.in:1.4 --- Vanilla/Makefile.in:1.3 Tue May 1 21:00:18 2001 +++ Vanilla/Makefile.in Thu May 10 05:37:10 2001 @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.3 2001/05/02 02:00:18 cameron Exp $ +# $Id: Makefile.in,v 1.4 2001/05/10 10:37:10 quisar Exp $ # # Installers, you should not need to edit this file. # Everything should be setup in the configuration script. @@ -34,10 +34,10 @@ $(MAKE) depend system.mk: ${srcdir}/system.mk.in ${srcdir}/include/config.h.in ${srcdir}/configure - if [ -f config.status ]; then - ./config.status - else - ${srcdir}/configure -v + if [ -f config.status ]; then \ + ./config.status; \ + else \ + ${srcdir}/configure -v; \ fi config.h: system.mk