|
From: SourceForge.net <no...@so...> - 2004-11-21 02:18:37
|
Bugs item #1070285, was opened at 2004-11-20 21:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1070285&group_id=45430 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: David M. Cooke (dmcooke) Assigned to: Nobody/Anonymous (nobody) Summary: use CURDIR instead of PWD in Makefiles Initial Comment: examples/Makefile and manual/Makefile both use PWD when setting PYTHONPATH. This breaks when -C is used with make. For instance, in the root PyX directory, executing $ echo $PWD /home/cookedm/src/Pyx-0.7 $ make -C examples pdf will fail building hello.py because PYTHONPATH is set to '/home/cookedm/src/Pyx-0.7/..'. PWD is taken from the shell environment, whereas make sets CURDIR to the correct current directory. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1070285&group_id=45430 |