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.847,1.848 Makefile.am,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.847,1.848 Makefile.am,1.15,1.16 configure.in,1.66,1.67
Date: Tue, 15 Apr 2003 08:45:10 -0400

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

Modified Files:
        ChangeLog Makefile.am configure.in 
Log Message:


Don't build certain directories in the "kernel" profile, because it
doesn't support reflection.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.847
retrieving revision 1.848
diff -C2 -r1.847 -r1.848
*** ChangeLog   15 Apr 2003 12:34:35 -0000      1.847
--- ChangeLog   15 Apr 2003 12:45:08 -0000      1.848
***************
*** 191,194 ****
--- 191,197 ----
        "compact" and "kernel" profiles, to save memory on embedded systems.
  
+       * Makefile.am, configure.in: don't build certain directories in
+       the "kernel" profile, because it doesn't support reflection.
+ 
  2003-04-14  Rhys Weatherley  <address@hidden>
  

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** Makefile.am 1 Feb 2003 07:20:29 -0000       1.15
--- Makefile.am 15 Apr 2003 12:45:08 -0000      1.16
***************
*** 1,4 ****
--- 1,8 ----
+ if HAS_REFLECTION
  SUBDIRS = tools resources runtime I18N System System.Xml . \
                  csunit csupport compat JScript tests samples
+ else
+ SUBDIRS = tools resources runtime System System.Xml .  samples
+ endif
  
  ## System.dll is built in two phases, because it depends recursively

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** configure.in        29 Mar 2003 10:00:05 -0000      1.66
--- configure.in        15 Apr 2003 12:45:08 -0000      1.67
***************
*** 181,184 ****
--- 181,188 ----
  fi
  
+ dnl Determine if the system supports reflection, because there
+ dnl are some things that we can't build or test without reflection.
+ AM_CONDITIONAL(HAS_REFLECTION, test "x$PROFILE_NAME" != "xkernel")
+ 
  AC_OUTPUT([
  Makefile





reply via email to

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