You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@locus.apache.org on 2000/02/26 04:50:21 UTC

cvs commit: xml-xerces/c/tests Makefile.incl

rahulj      00/02/25 19:50:12

  Modified:    c/tests  Makefile.incl
  Log:
  Auto aggregate initializations, requires the +a1 flag with CC under HPUX 10.
  
  Revision  Changes    Path
  1.3       +4 -1      xml-xerces/c/tests/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/Makefile.incl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.incl	2000/02/06 07:48:34	1.2
  +++ Makefile.incl	2000/02/26 03:50:10	1.3
  @@ -55,6 +55,9 @@
   #
   #
   # $Log: Makefile.incl,v $
  +# Revision 1.3  2000/02/26 03:50:10  rahulj
  +# Auto aggregate initializations, requires the +a1 flag with CC under HPUX 10.
  +#
   # Revision 1.2  2000/02/06 07:48:34  rahulj
   # Year 2K copyright swat.
   #
  @@ -130,7 +133,7 @@
       APPL_NAME = $(notdir $(shell pwd))
       TEMPLATESDIR = $(XERCESCROOT)/bin/obj/$(APPL_NAME)/ptrepository
       COMMON_CMP = $(CXXFLAGS) -D_HP_UX -DHPCC +DAportable -w +eh +z -z \
  -        -ptr$(TEMPLATESDIR)
  +                 -ptr$(TEMPLATESDIR) +a1
       CMP = -c $(COMMON_CMP)
       CC = CC
       LINK =  ${CC} $(COMMON_CMP) -Wl,+s