Author: undefine                     Date: Tue Nov  1 14:31:04 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 0.7.2

---- Files affected:
SOURCES:
   pnet-systemgc.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/pnet-systemgc.patch
diff -u SOURCES/pnet-systemgc.patch:1.2 SOURCES/pnet-systemgc.patch:1.3
--- SOURCES/pnet-systemgc.patch:1.2     Sat Mar 13 16:16:53 2004
+++ SOURCES/pnet-systemgc.patch Tue Nov  1 15:30:59 2005
@@ -1,77 +1,25 @@
---- Makefile.am~       2004-01-03 00:10:14.000000000 +0100
-+++ Makefile.am        2004-01-16 02:12:51.826203735 +0100
-@@ -15,68 +15,3 @@
- ## We build libffi and libgc carefully, because we need to be
- ## able to turn them off in "configure".
- 
--.PHONY: libffi-all-local libgc-all-local \
--              libffi-clean-local libgc-clean-local \
--              libffi-distclean-local libgc-distclean-local \
--              libffi-install-local libgc-install-local \
--              libffi-uninstall-local libgc-uninstall-local
--
--all-local: libffi-all-local libgc-all-local
--clean-local: libffi-clean-local libgc-clean-local
--distclean-local: libffi-distclean-local libgc-distclean-local
--install-exec-local: libffi-install-local libgc-install-local
--uninstall-local: libffi-uninstall-local libgc-uninstall-local
--
--if USING_LIBFFI
--
--libffi-all-local:
--      (cd libffi && $(MAKE) $(AM_MAKEFLAGS) all)
--
--libffi-clean-local:
--      (cd libffi && $(MAKE) $(AM_MAKEFLAGS) clean)
--
--libffi-distclean-local:
--      (cd libffi && $(MAKE) $(AM_MAKEFLAGS) distclean)
--
--libffi-install-local:
--      (cd libffi && $(MAKE) $(AM_MAKEFLAGS) install)
--
--libffi-uninstall-local:
--      (cd libffi && $(MAKE) $(AM_MAKEFLAGS) uninstall)
--
--else
--
--libffi-all-local:
--libffi-clean-local:
--libffi-distclean-local:
--libffi-install-local:
--libffi-uninstall-local:
--
--endif
--
--if USING_LIBGC
--
--libgc-all-local:
--      (cd libgc && $(MAKE) $(AM_MAKEFLAGS) all)
--
--libgc-clean-local:
--      (cd libgc && $(MAKE) $(AM_MAKEFLAGS) clean)
--
--libgc-distclean-local:
--      (cd libgc && $(MAKE) $(AM_MAKEFLAGS) distclean)
--
--libgc-install-local:
--      (cd libgc && $(MAKE) $(AM_MAKEFLAGS) install)
--
--libgc-uninstall-local:
--      (cd libgc && $(MAKE) $(AM_MAKEFLAGS) uninstall)
--
--else
--
--libgc-all-local:
--libgc-clean-local:
--libgc-distclean-local:
--libgc-install-local:
--libgc-uninstall-local:
--
--endif
---- configure.in~      2004-01-03 00:13:26.000000000 +0100
-+++ configure.in       2004-01-16 02:10:56.603968314 +0100
-@@ -448,7 +448,7 @@
+--- Makefile.am~       2005-08-17 00:42:32.000000000 +0000
++++ Makefile.am        2005-11-01 14:49:05.134576856 +0000
+@@ -12,14 +12,14 @@
+   
+ if PNET_TOOLS
+ 
+-SUBDIRS = . $(LIBGC_DIR) $(LIBFFI_DIR) include support image dumpasm engine 
ilasm ildasm \
++SUBDIRS = . include support image dumpasm engine ilasm ildasm \
+                 ilalink ilsize ilnative ilheader ilfind ildd codegen cscc \
+                 resgen ilstrip ilranlib ilgac csdoc csant clrwrap samples doc 
tests
+ 
+ else
+ 
+ ## We only want to build the runtime engine.
+-SUBDIRS = . $(LIBGC_DIR) $(LIBFFI_DIR) include coremul support image engine
++SUBDIRS = . include coremul support image engine
+ 
+ endif
+ 
+--- configure.in~      2005-08-17 00:42:32.000000000 +0000
++++ configure.in       2005-11-01 14:56:02.761087976 +0000
+@@ -559,7 +559,7 @@
  dnl Set up libffi-related variables.
  AC_SUBST(FFILIBS)
  if test x$withffi = xyes ; then
@@ -80,7 +28,7 @@
        AC_DEFINE(HAVE_LIBFFI, 1, [Define if you are using libffi])
  else
        FFILIBS=""
-@@ -458,7 +458,7 @@
+@@ -569,7 +569,7 @@
  dnl Set up libgc-related variables.
  AC_SUBST(GCLIBS)
  if test x$withgc = xyes ; then
@@ -89,7 +37,7 @@
        AC_DEFINE(HAVE_LIBGC, 1, [Define if you are using libgc])
  else
        GCLIBS=""
-@@ -527,65 +527,6 @@
+@@ -613,66 +613,6 @@
  tests/Makefile
  pnet.spec])
  
@@ -117,6 +65,7 @@
 -              cd "libffi"
 -              ${CONFIG_SHELL-/bin/sh} ${ffisrcdir}/configure --disable-shared 
\
 -                      --enable-multilib=no \
+-                      --disable-dependency-tracking \
 -                      --host="${host}" --build="${build}" 
--target="${target}" \
 -                      --disable-fast-install --prefix="${prefix}" \
 -                      --exec-prefix="${exec_prefix}" --bindir="${bindir}" \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pnet-systemgc.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to