On Jan 21, 2011, at 8:22 AM, R. Bryn Fenwick wrote:
With most build tools (scons, make etc), clean just cleans up the build directories rather than uninstalls the package. The normal pattern (when installing) is something like scons # put it somewhere easy to access, perhaps, using sudo to put it somewhere not normally writeable (sudo) scons install # clean up the intermediate files to save disk space scons -c all We have tried to be careful so that an installed IMP setup will not get mixed in with a local build when running tests and using imppy.sh (assuming that the build doesn't return an error). How did you get the problem? And with what versions if IMP? Thanks. Daniel
|