On Sun, Jul 27, 2008 at 09:47:20AM -0700, Mladen Nikitovic wrote:

> Do you know if I'm supposed to "clean" the directories from old
> builds using a specific command (like "make dist clean" or something
> similar), or should "dmake clean" be sufficient?

The clean target is supposed to remove all object files and generated
source, but not deliverable binaries.  If that's not enough, try
clobber, which is intended to remove everything.  But there are some
known cases in which these targets do not quite get every file that
they should.  You may have to check manually for leftovers.

-- 
Keith M Wesolowski              "Sir, we're surrounded!" 
Fishworks                       "Excellent; we can attack in any direction!" 

Reply via email to