Subject: Re: xsrc/5509: "make clean" in "xsrc" doesn't remove all created files
To: None <gnats-bugs@gnats.netbsd.org, netbsd-bugs@NetBSD.ORG>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: netbsd-bugs
Date: 05/29/1998 16:29:08
On Fri May 29 11:30:09 1998, Chris G. Demetriou wrote:
> 
> > >Fix:
> > Either fix all the makefiles seperately or come up with a nice trick.
> 
> I think the largest part of the problem is that 'clean' doesn't clean
> manual pages.  That should be fixable by a bit of 'simple' imake
> config file hacking, and should then automatically apply to the whole
> tree.

We should add a cleandir target to match the behaviour of the NetBSD
make system. This target should remove the Makefiles, .depend files,
the man pages and some other files or directories.

Bernd