[exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim…

Página Inicial
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
Para: exim-cvs
Assunto: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src/OS Makefile-AIX
ph10 2005/02/16 16:40:22 GMT

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src/OS          Makefile-AIX 
  Log:
  Update AIX configuration file as per Mike Meredith's message.


  Revision  Changes    Path
  1.81      +2 -0      exim/exim-doc/doc-txt/ChangeLog
  1.2       +7 -3      exim/exim-src/OS/Makefile-AIX


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- ChangeLog    16 Feb 2005 16:28:36 -0000    1.80
  +++ ChangeLog    16 Feb 2005 16:40:22 -0000    1.81
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.80 2005/02/16 16:28:36 ph10 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.81 2005/02/16 16:40:22 ph10 Exp $


Change log file for Exim from version 4.21
-------------------------------------------
@@ -383,6 +383,8 @@

   81. Included the latest eximstats from Steve (adds average sizes to HTML Top
       tables).
  +
  +82. Updated OS/Makefile-AIX as per message from Mike Meredith.



----------------------------------------------------

  Index: Makefile-AIX
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/Makefile-AIX,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile-AIX    6 Oct 2004 15:07:39 -0000    1.1
  +++ Makefile-AIX    16 Feb 2005 16:40:22 -0000    1.2
  @@ -1,23 +1,27 @@
  -# $Cambridge: exim/exim-src/OS/Makefile-AIX,v 1.1 2004/10/06 15:07:39 ph10 Exp $
  +# $Cambridge: exim/exim-src/OS/Makefile-AIX,v 1.2 2005/02/16 16:40:22 ph10 Exp $


# Exim: OS-specific make file for AIX
# Written by Nick Waterman (nick@???)
+# Modified by PH following a message from Mike Meredith

# Note that the output of uname -m is probably not what Philip expected,
# so you might end up with more build-AIX-random_number directories than
# you expected if you have too many AIX boxes, but it seems to work... I
# blame IBM.

-# Note that nowadays you have to pay extra for a compiler with AIX!
+# Note that nowadays you have to pay extra for a cc compiler with AIX!

-CC=cc
+CC=gcc

# This needs to be in here rather than os.h-AIX because of regexp stuff.
# basically strchr is a #define, which means "extern char *strchr()"
# ruins things. __STR31__ seems to get around this by magic. The AIX
# include files are quite a confusing maze.
+# Mike M says this is not necessary any more; possibly this is related to
+# using gcc. Commented out by PH.
+#CFLAGS = -D__STR31__

-CFLAGS = -D__STR31__
+CFLAGS = -mcpu=power4 -maix64 -O3

# Needed for vfork() and vfork() only?