dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.663,1.664 Makefile.am,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.663,1.664 Makefile.am,1.14,1.15
Date: Sat, 01 Feb 2003 02:20:32 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv569

Modified Files:
        ChangeLog Makefile.am 
Log Message:


Implement a two-phase build process for System.dll because of its circular
dependency on System.Xml.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.663
retrieving revision 1.664
diff -C2 -r1.663 -r1.664
*** ChangeLog   1 Feb 2003 06:09:38 -0000       1.663
--- ChangeLog   1 Feb 2003 07:20:29 -0000       1.664
***************
*** 24,27 ****
--- 24,33 ----
        System.Configuration classes.
  
+       * Makefile.am, System/.cvsignore, System/Makefile.am,
+       System/System.build, System/Configuration/ConfigXmlDocument.cs,
+       System/Configuration/ConfigurationException.cs,
+       System.Xml/Xml.build: implement a two-phase build process for
+       System.dll because of its circular dependency on System.Xml.
+ 
  2003-01-28  Rhys Weatherley  <address@hidden>
  

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** Makefile.am 13 Jan 2003 10:53:18 -0000      1.14
--- Makefile.am 1 Feb 2003 07:20:29 -0000       1.15
***************
*** 1,2 ****
! SUBDIRS = tools resources runtime I18N System System.Xml \
                  csunit csupport compat JScript tests samples
--- 1,8 ----
! SUBDIRS = tools resources runtime I18N System System.Xml . \
                  csunit csupport compat JScript tests samples
+ 
+ ## System.dll is built in two phases, because it depends recursively
+ ## on System.Xml.dll.  The following takes care of the second phase.
+ 
+ all-local:
+       (cd System; $(MAKE) $(AM_MAKEFLAGS) phase-two)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]