[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How not to override existing file
From: |
Sean MacLennan |
Subject: |
Re: How not to override existing file |
Date: |
Sat, 31 Aug 2002 16:58:59 -0400 |
Tom Tromey writes:
> There's no automatic way to do this.
> But you can write an install-local rule and do it by hand.
Ok, I have done that. Now one last question. What is the "correct" way
to remove a directory when I do not want an error if the directory is
non-empty.
Currently I just do:
rmdir $(DESTDIR)$(rootdir)
Is this ok?
Cheers,
Sean