summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Get rid of warning about not being able to create an existing directory.Neal Norwitz2007-10-121-1/+1
* Issue1704287: "make install" fails unless you do "make" first. MakeSean Reifscheider2007-09-211-3/+4
* Newer autoconf versions (from 2.60) want a 'datarootdir' definition inRonald Oussoren2007-09-091-0/+3
* #1095: ln -f doesn't work portably, fix in Makefile.Georg Brandl2007-09-071-1/+2
* Patch #786737: Allow building in a tree of symlinks pointing toMartin v. Löwis2007-09-051-1/+2
* - Makefile.pre.in(buildbottest): Remove whitespace at eol.Matthias Klose2007-09-041-3/+3
* - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identifyMatthias Klose2007-09-041-0/+4
* Patch 1673122: be explicit about which libtool to use, to avoid name clashesRonald Oussoren2007-07-091-1/+1
* add parsetok.h as a dependency - previously, changing this file doesn'tAnthony Baxter2007-01-121-0/+3
* #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to forceGeorg Brandl2006-12-081-1/+1
* [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from bein...Andrew M. Kuchling2006-10-271-1/+1
* Move peephole optimizer to separate file.Jeremy Hylton2006-08-211-0/+1
* Fix makefile changes for python-config.Georg Brandl2006-07-301-2/+2
* expunge the xmlcore changes:Fred Drake2006-07-291-1/+1
* Patch #1520294: Support for getset and member descriptors in types.py,Barry Warsaw2006-07-271-1/+3
* Install the compatibility symlink to libpython.a on OSX using 'ln -sf' insteadRonald Oussoren2006-07-251-1/+1
* Patch #1523356: fix determining include dirs in python-config.Georg Brandl2006-07-241-2/+3
* macosx: Install a libpython2.5.a inside the framework as a symlink to the actualRonald Oussoren2006-06-271-0/+3
* Verify buildbot picks up these changes (really needs testing after last chang...Neal Norwitz2006-06-271-1/+1
* Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.Neal Norwitz2006-06-271-1/+1
* Also install the .egg-info files in Lib. This will cause wsgiref.egg-info toRonald Oussoren2006-06-251-1/+1
* Copy the wsgiref package during make install.Neal Norwitz2006-06-221-1/+1
* Remove message about using make frameworkinstall, that's no longer necesssaryRonald Oussoren2006-06-111-6/+0
* Bug #1502728: Correctly link against librt library on HP-UX.Georg Brandl2006-06-081-1/+1
* And the last bit: move IDLE one level up and adjust makefilesRonald Oussoren2006-06-071-9/+7
* * Ensure that "make altinstall" works when the tree was configuredRonald Oussoren2006-06-061-3/+7
* Revert last checkin, it is better to do make distcleanNeal Norwitz2006-05-311-10/+1
* I'm impatient. I think this will fix a few more problems with the buildbots.Neal Norwitz2006-05-301-1/+10
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-1/+1
* Integrate installing a framework in the 'make install'Ronald Oussoren2006-05-261-3/+5
* Rework the build system for osx applications:Ronald Oussoren2006-05-141-12/+5
* Patch 1471883: --enable-universalsdk on Mac OS XRonald Oussoren2006-04-291-4/+30
* Added a pycremoval rule. Called by clean, it removes all .pyc and .pyo files.Brett Cannon2006-04-181-2/+3
* It's probably a good idea to actually *install* setuptools, too. ;)Phillip J. Eby2006-04-181-0/+1
* Add reindent target.Martin v. Löwis2006-04-171-0/+4
* Patch #1161914: Add python-config.Martin v. Löwis2006-04-151-0/+5
* Patch #1355883: Build Python-ast.c and Python-ast.hMartin v. Löwis2006-04-141-5/+10
* Patch #1324762: Change --with-cxx to --with-cxx-main.Martin v. Löwis2006-04-141-7/+7
* ctypes.macholib is needed.Thomas Heller2006-04-031-1/+1
* Make needs to be told to install sqliteSkip Montanaro2006-04-031-0/+1
* add the ctypes.test subpackage to a normal Unix installation --Armin Rigo2006-03-281-1/+2
* Cosmetic improvement for r43247Hye-Shik Chang2006-03-231-3/+1
* Skip to install files for empty directories; to name it, Lib/lib-old.Hye-Shik Chang2006-03-231-0/+3
* Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912.Barry Warsaw2006-03-221-1/+2
* Don't delete non-autogenerated source files when cleaning up.Thomas Heller2006-03-161-2/+2
* In 'make clean', delete some files that are generated by the _ctypes/libffiThomas Heller2006-03-151-0/+2
* Let the buildbot make a single pass in the test suite only.Martin v. Löwis2006-03-131-0/+4
* Changes to build the _ctypes extension module.Thomas Heller2006-03-081-1/+1
* Allow buildbot to pass extra test flags to regrtest (specifically -r) via the...Neal Norwitz2006-02-221-1/+1
* Always set SVNVERSION to "exported" if it otherwise fails.Martin v. Löwis2006-01-051-1/+1