[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-HP-UX
ph10 2005/08/08 11:32:58 BST

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src/OS          Makefile-HP-UX 
  Log:
  Reversed a previous HP-UX compiler option change as I'm told it was not
  the cause of the problem.


  Revision  Changes    Path
  1.201     +4 -0      exim/exim-doc/doc-txt/ChangeLog
  1.3       +2 -1      exim/exim-src/OS/Makefile-HP-UX


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.200
  retrieving revision 1.201
  diff -u -r1.200 -r1.201
  --- ChangeLog    8 Aug 2005 10:29:08 -0000    1.200
  +++ ChangeLog    8 Aug 2005 10:32:58 -0000    1.201
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.200 2005/08/08 10:29:08 ph10 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.201 2005/08/08 10:32:58 ph10 Exp $


Change log file for Exim from version 4.21
-------------------------------------------
@@ -66,6 +66,10 @@
PH/15 Installed PCRE 6.2

   PH/17 Defined BIND_8_COMPAT in the Darwin os.h file.
  +
  +PH/18 Reversed 4.52/PH/17 because the HP-UX user found it wasn't the cause
  +      of the problem. Specifically, suggested +O2 rather than +O1 for the
  +      HP-UX compiler.



Exim version 4.52

  Index: Makefile-HP-UX
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/OS/Makefile-HP-UX,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile-HP-UX    17 Jun 2005 09:02:40 -0000    1.2
  +++ Makefile-HP-UX    8 Aug 2005 10:32:58 -0000    1.3
  @@ -1,12 +1,13 @@
  -# $Cambridge: exim/exim-src/OS/Makefile-HP-UX,v 1.2 2005/06/17 09:02:40 ph10 Exp $
  +# $Cambridge: exim/exim-src/OS/Makefile-HP-UX,v 1.3 2005/08/08 10:32:58 ph10 Exp $


# Exim: OS-specific make file for HP-UX later than 9

# HP ANSI C compiler
#CC=cc
-#CFLAGS=+O1 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
+#CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
# gcc
CFLAGS=-O -Wl,-z -D_XOPEN_SOURCE_EXTENDED
+

BASENAME_COMMAND=/bin/basename
HAVE_ICONV=yes