mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Remove a.out at the end of 'make test'
This commit is contained in:
parent
4aa50d28b9
commit
c65eeb736e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126749
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user