Bill Allombert on Thu, 20 Sep 2012 18:30:55 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: help for compiler error message


On Thu, Sep 20, 2012 at 05:02:16PM +0100, John Cremona wrote:
> Thanks, that worked fine: I deleted the file and re-ran Configure.
> 
> I suggest that there could be a target called "veryclean" or
> "distclean" which would remove files created by Configure.  That's
> what I had been looking for.

You could just do
rm -r Olinux-xxxx
This is the advantage of using an object directory.
I am afraid that a 'make distclean' target would be forever outdated.

Cheers,
Bill