On Wed, Jun 18, 2014 at 04:26:36PM +0200, Richard Cochran wrote: > On Wed, Jun 18, 2014 at 03:44:50PM +0200, Miroslav Lichvar wrote: > > clean: > > - rm -f $(OBJECTS) $(DEPEND) > > + rm -f $(OBJECTS) $(DEPEND) $(PRG) > > > > distclean: clean > > rm -f $(PRG) > > The clean target removes all the build products except for the > executables. The distclean target goes one step further and removes > the programs, too. This patch would make the distclean superfluous.
Hm, I didn't notice the distclean target. I think the convention for clean is to remove everything generated by default target, at least in auto* projects, but distclean will work for me too. Thanks, -- Miroslav Lichvar ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel