diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-11 20:25:35 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-11 20:25:35 (GMT) |
commit | 3b8ee0871e84281eb814a9302e2ab515591dd0af (patch) | |
tree | 2e33b3ebb1056bab4864b782e864eb3c886e78d9 /Misc | |
parent | 172d9ef47eafe6982c2c885353af761256e7b409 (diff) | |
download | cpython-3b8ee0871e84281eb814a9302e2ab515591dd0af.zip cpython-3b8ee0871e84281eb814a9302e2ab515591dd0af.tar.gz cpython-3b8ee0871e84281eb814a9302e2ab515591dd0af.tar.bz2 |
Patch #718286: Support DESTDIR.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ Tools/Demos Build ----- +- Setting DESTDIR during 'make install' now allows to specify a + different root directory. + C API ----- |