diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-13 19:23:16 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-13 19:23:16 (GMT) |
commit | 0a0e5832590f60371208f96d0e5d43876025960c (patch) | |
tree | 4ea529dda675efb29428792c820e09feef00db66 /README | |
parent | 2f9ca29d106779d960bf8680ec597ffce5e25d66 (diff) | |
download | cpython-0a0e5832590f60371208f96d0e5d43876025960c.zip cpython-0a0e5832590f60371208f96d0e5d43876025960c.tar.gz cpython-0a0e5832590f60371208f96d0e5d43876025960c.tar.bz2 |
Fixed bug #1613: Makefile's VPATH feature is broken
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1157,6 +1157,9 @@ fancy you can change the rules to create an empty Setup.local if it doesn't exist and run it with arguments $(srcdir)/Setup Setup.local; however this assumes that you only need to add modules.) +Also note that you can't use a workspace for VPATH and non VPATH builds. The +object files left behind by one version confuses the other. + Building on non-UNIX systems ---------------------------- |