Staging
v0.5.1
https://github.com/python/cpython
Revision 891cd8341322c8bc99584de4b9177d990f2848e2 authored by Ronald Oussoren on 05 April 2010, 11:21:21 UTC, committed by Ronald Oussoren on 05 April 2010, 11:21:21 UTC
srcdir != builddir.

Without this patch it is no longer possible to
build python when you don't run configure from
the root of the source tree.
1 parent d341ec8
Raw File
Tip revision: 891cd8341322c8bc99584de4b9177d990f2848e2 authored by Ronald Oussoren on 05 April 2010, 11:21:21 UTC
Ensure that the gdb hooks can be installed when
Tip revision: 891cd83
.hgignore
.gdb_history
.purify
.svn
Makefile$
Makefile.pre$
TAGS
autom4te.cache
build
buildno
config.cache
config.log
config.status
config.status.lineno
db_home
platform
pyconfig.h
python
python.exe
reflog.txt
tags
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
Doc/tools/pygments/
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
core
python-gdb.py

syntax: glob
libpython*.a
*.o
*.pyc
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
back to top