]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remaining single-line change from patch #102409: to install shared modules,
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 26 Jan 2001 22:52:45 +0000 (22:52 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 26 Jan 2001 22:52:45 +0000 (22:52 +0000)
commit03184e2815fcff16c34f857a36ce177cd2a244f4
treef85c9f4892187ad52c74d79582aae90e24ef53ca
parent73f8ab2e61cff44c5b979a960c9591e7f92862dc
Remaining single-line change from patch #102409: to install shared modules,
   run setup.py with the --install-platlib flag so you can override
   'prefix' when running make (e.g. make prefix=/tmp/python/usr/local install)

Instead of using mkdir to create directories, use install -d (mkdir -p
   apparently isn't portable)

Emacs make-mode reported line 371 as suspicious; removed the whitespace from
   that line.
Makefile.pre.in