cvs commit: src/bin/dd Makefile

Nate Lawson nate at root.org
Mon Mar 8 09:43:56 PST 2004


On Fri, 5 Mar 2004, Andrey A. Chernov wrote:
>   Modified files:
>     bin/dd               Makefile
>   Log:
>   Add a.out to CLEANFILES
>
>   Revision  Changes    Path
>   1.16      +1 -0      src/bin/dd/Makefile
>
> --- src/bin/dd/Makefile:1.15	Fri Mar  5 22:10:16 2004
> +++ src/bin/dd/Makefile	Fri Mar  5 22:54:58 2004
> @@ -8,6 +8,7 @@
>
>  .include <bsd.prog.mk>
>
> +CLEANFILES+= a.out
>  #
>  # Test the character conversion functions.  We have to be explicit about
>  # which LC_LANG we use because the definition of upper and lower case

Just curious, why is this necessary?

-Nate


More information about the cvs-all mailing list