python - be: Rely on relative paths. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Rely on relative paths.
Date
Msg-id 20050716210459.9D5A96B9809@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: ecpglib depends on last_path_separator from src/port/path.c, so
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch recent changes to alter the order of -L flags inserted