Date: Tue, 7 Nov 2000 12:32:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Bill Currie cc: djgpp AT delorie DOT com Subject: Re: newbie question involving InfoZIP source and DJGPP In-Reply-To: <20001106081659.A14594@taniwha.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 6 Nov 2000, Bill Currie wrote: > > It depends on the project. > > Hrm, haven't met many projects where you would want this unless you mean it's > not a PITA for some projects. 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. 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).