You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/02/27 23:38:42 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms Makefile.in

peiyongz    02/02/27 14:38:42

  Modified:    c/src/xercesc/util/Platforms Makefile.in
  Log:
  Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
  
  Revision  Changes    Path
  1.3       +6 -0      xml-xerces/c/src/xercesc/util/Platforms/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	11 Feb 2002 18:19:19 -0000	1.2
  +++ Makefile.in	27 Feb 2002 22:38:42 -0000	1.3
  @@ -55,6 +55,9 @@
   #
   #
   # $Log: Makefile.in,v $
  +# Revision 1.3  2002/02/27 22:38:42  peiyongz
  +# Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
  +#
   # Revision 1.2  2002/02/11 18:19:19  tng
   # [Bug 2715] Build recursion suppresses make failures.
   #
  @@ -154,6 +157,9 @@
   endif
   ifeq (${PLATFORM}, IRIX)
       SUBMODULE = IRIX
  +endif
  +ifeq (${PLATFORM}, OPENSERVER)
  +    SUBMODULE = OpenServer
   endif
   ifeq (${PLATFORM}, UNIXWARE)
       SUBMODULE = UnixWare
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org