diff options
author | ache <ache@FreeBSD.org> | 2004-03-08 18:09:33 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-03-08 18:09:33 +0000 |
commit | d33e9b93a72420c2bcd1179ba39dbf6e8c2ac461 (patch) | |
tree | 4ea53ea01bbd00b0930233267aa336212077a97c /bin/dd | |
parent | ceb3b7463ee821262ec8ff0308673241a48677d9 (diff) | |
download | FreeBSD-src-d33e9b93a72420c2bcd1179ba39dbf6e8c2ac461.zip FreeBSD-src-d33e9b93a72420c2bcd1179ba39dbf6e8c2ac461.tar.gz |
Remove a.out at the end of 'make test'
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile index b09bfcb..1fc5ac9 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -8,7 +8,6 @@ MAINTAINER= green@FreeBSD.org .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 @@ -24,3 +23,4 @@ test: ${PROG} /usr/bin/env -i LC_CTYPE=en_US.US-ASCII hexdump -C | \ diff -IFreeBSD - ${.CURDIR}/ref.${conv} .endfor + @rm -f a.out |