Mail Archives: djgpp/2000/11/07/10:57:45
On Tue, Nov 07, 2000 at 12:32:15PM +0200, Eli Zaretskii wrote:
> In a mature project, any changes to the Makefile usually mean you want
> to rebuild. Adding files is not something you do a lot, once the
> baseline is established, and even if you do, "make -t" will prevent
> the old targets from being rebuilt unnecessarily.
Ok, this makes sense.
> In addition, "make clean" might be dangerous, if it removes files
> which are a pain to recreate (since "make clean" is not something
> people do very often, it might be buggy).
Hmm, well, I'm the sort that uses `make clean' alot, but that's not your point
:) IMHO, any file that's a pain to recreate should be a source file, not a
generated file :)
Bill
--
Leave others their otherness. -- Aratak
- Raw text -