On Mon, Feb 25, 2019 at 10:46:32AM +0530, Jay Patel wrote: > Hello All, > > I am getting this error when cleandir: " ./build.sh -U cleandir" > my build was interrupted before then after i am getting this. what is > recommended way to move forward? delete dirs then cvs up or other way > around?
This means your source tree is incomplete (and is unrelated to previous aborted builds). Something must have gone wrong when you last updated the sources - like missing "-dP" args to cvs up or something. Martin