From: ams AT ludd DOT luth DOT se (Martin Str|mberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: make question Date: 19 Jul 1999 18:07:25 GMT Organization: University of Lulea, Sweden Lines: 17 Message-ID: <7mvpgt$ska$7@news.luth.se> References: NNTP-Posting-Host: queeg.ludd.luth.se X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andrew R. Gillett (arg AT whangomatic DOT freeserve DOT co DOT uk) wrote: : : How do I get make to re-make all source files regardless of whether it : thinks they're up to date or not? I don't think there are such an option. Try "find /some/dir -iname '*.o' -exec rm {} \;" instead, but be careful. Substitute "'*.o'" for other patterns you want removed. If you just want to check what you're about to remove do "find /some/dir -iname '*.o' -print". Skunk Anansie, Paranoid & Sunburnt, MartinS