Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/lib/libc/ldexp Oops; remember to clean the output file.
details: https://anonhg.NetBSD.org/src/rev/5bc9d0e339d9
branches: trunk
changeset: 475947:5bc9d0e339d9
user: mycroft <mycroft%NetBSD.org@localhost>
date: Mon Aug 30 17:06:33 1999 +0000
description:
Oops; remember to clean the output file.
diffstat:
regress/lib/libc/ldexp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r d43b26b6760d -r 5bc9d0e339d9 regress/lib/libc/ldexp/Makefile
--- a/regress/lib/libc/ldexp/Makefile Mon Aug 30 17:03:16 1999 +0000
+++ b/regress/lib/libc/ldexp/Makefile Mon Aug 30 17:06:33 1999 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.1 1999/08/30 17:03:17 mycroft Exp $
+# $NetBSD: Makefile,v 1.2 1999/08/30 17:06:33 mycroft Exp $
PROG= ldexp
MKMAN= no
+CLEANFILES+=output
+
regress: ${PROG}
@./${PROG} >output
@if ! cmp -s ${.CURDIR}/expected output; then \
Home |
Main Index |
Thread Index |
Old Index