M. Singh wrote: [] > Did that. Now I have most of my space back (other than the generated > object files in the subtree of fink.build, I guess). > > Is it possible to specify that fink discard these object files once it > is done building a deb ? Seems kind of wasteful to keep them around.
As I said, unless a build crashes or you tell fink explicitly to keep them, the subdirectories of /sw/src/fink.build are automatically deleted after each build. Each package creates two subdirectories, one during the build phase, with a name of the form foo-version-revision, and another one during the install phase, with a name of the form root-foo-version-revision. You can safely remove all of these. -- Martin ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
