| From: | jwp(at)pgfoundry(dot)org (James William Pye) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | python - be: Rely on relative paths. |
| Date: | 2005-07-16 21:04:59 |
| Message-ID: | 20050716210459.9D5A96B9809@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Rely on relative paths. setup already relies on relative paths, so just finish
the job everywhere else. The removed code caused setup.cache to not be found if
setup were to be invoked outside of setup's directory.
Modified Files:
--------------
be/lib:
ldistutils.py (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/lib/ldistutils.py.diff?r1=1.9&r2=1.10)
be:
setup.py (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.py.diff?r1=1.16&r2=1.17)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-07-17 04:05:50 | pgsql: Back-patch recent changes to alter the order of -L flags inserted |
| Previous Message | Tom Lane | 2005-07-16 20:39:25 | pgsql: ecpglib depends on last_path_separator from src/port/path.c, so |