summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-11 20:25:35 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-05-11 20:25:35 (GMT)
commit3b8ee0871e84281eb814a9302e2ab515591dd0af (patch)
tree2e33b3ebb1056bab4864b782e864eb3c886e78d9 /Misc
parent172d9ef47eafe6982c2c885353af761256e7b409 (diff)
downloadcpython-3b8ee0871e84281eb814a9302e2ab515591dd0af.zip
cpython-3b8ee0871e84281eb814a9302e2ab515591dd0af.tar.gz
cpython-3b8ee0871e84281eb814a9302e2ab515591dd0af.tar.bz2
Patch #718286: Support DESTDIR.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 098145a..d8a95a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,9 @@ Tools/Demos
Build
-----
+- Setting DESTDIR during 'make install' now allows to specify a
+ different root directory.
+
C API
-----