tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Changing "make clean" and "make cleandir"
On Sep 7, 2011, at 2:51 PM, Alan Barrett wrote:
> I would like to make "make clean" and "make cleandir" delete leftover files
> in the source directory as well as the obj directory. This should help with
> the case that the current build uses .OBJDIR != .CURDIR, but an earlier build
> with .OBJDIR = .CURDIR had left some output files in the source directory.
Have you tried it on a read-only source tree?
Does it appropriately fail when it can't remove a file it should have?
Home |
Main Index |
Thread Index |
Old Index