dbus/python Makefile.am, 1.8, 1.9 lvalue_cast_post_process.py, 1.1,
NONE
John Palmieri
johnp at freedesktop.org
Tue Mar 29 09:01:45 PST 2005
Update of /cvs/dbus/dbus/python
In directory gabe:/tmp/cvs-serv10285/python
Modified Files:
Makefile.am
Removed Files:
lvalue_cast_post_process.py
Log Message:
* python/lvalue_cast_post_process.py - removed. Patch has been
submitted to Pyrex maintainers that fixes gcc4.0 error
* python/Makefile.am: removed refrences to lvalue_cast_post_process.py
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/python/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 21 Mar 2005 21:13:56 -0000 1.8
+++ Makefile.am 29 Mar 2005 17:01:43 -0000 1.9
@@ -16,8 +16,7 @@
EXTRA_DIST = \
dbus_h_wrapper.h \
dbus_bindings.pyx.in \
- extract.py \
- lvalue_cast_post_process.py
+ extract.py
CLEANFILES = \
dbus_bindings.pyx \
@@ -27,7 +26,5 @@
dbus_bindings.pyx: dbus_bindings.pyx.in extract.py
-$(PYTHON) extract.py dbus_bindings.pyx.in -I$(top_builddir) > dbus_bindings.pyx
-dbus_bindings.c: dbus_bindings.pyx lvalue_cast_post_process.py
+dbus_bindings.c: dbus_bindings.pyx
-pyrexc dbus_bindings.pyx
- -$(PYTHON) lvalue_cast_post_process.py dbus_bindings.c
- -mv dbus_bindings.c.gcc4fix dbus_bindings.c
--- lvalue_cast_post_process.py DELETED ---
More information about the dbus-commit
mailing list