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.

Thanks,
Richard

------------------------------------------------------------------------------
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

Reply via email to