diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-09 22:21:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-09 22:21:43 +0000 |
commit | 35ef70353227e4dff60fc36437f08293be752b25 (patch) | |
tree | 806d29fe3d68433a1c971336dff58863918b2709 /data/python/clean.diff | |
parent | 03880b546d794abafd6dab3eed876dbefe06c174 (diff) |
Factored out --enable-{static=no,shared=yes}, did some extreme porting on pkg-config and libtool, added support for numerous X libraries and a few X applications, and got a solid build of Python with a bunch of modules (compiled as a shared library with the right extensions ;P).
git-svn-id: http://svn.telesphoreo.org/trunk@12 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/python/clean.diff')
-rw-r--r-- | data/python/clean.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/python/clean.diff b/data/python/clean.diff new file mode 100644 index 000000000..36d5ba186 --- /dev/null +++ b/data/python/clean.diff @@ -0,0 +1,11 @@ +diff -ru BuildPython-2.5.1/Makefile.pre.in Python-2.5.1/Makefile.pre.in +--- BuildPython-2.5.1/Makefile.pre.in 2006-12-08 20:46:13.000000000 +0000 ++++ Python-2.5.1/Makefile.pre.in 2008-01-09 07:58:21.000000000 +0000 +@@ -1015,7 +1015,6 @@ + + clean: pycremoval + find . -name '*.o' -exec rm -f {} ';' +- find . -name '*.s[ol]' -exec rm -f {} ';' + find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true + find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true + |