Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/usr.bin/rtld/dlopen Sync with ../testlib/Makefile re...
details: https://anonhg.NetBSD.org/src/rev/94047f186430
branches: trunk
changeset: 542569:94047f186430
user: kleink <kleink%NetBSD.org@localhost>
date: Sat Feb 01 18:44:06 2003 +0000
description:
Sync with ../testlib/Makefile rev. 1.3: s/testlib.so/libtest.so/.
diffstat:
regress/usr.bin/rtld/dlopen/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 06cbe8ee01ec -r 94047f186430 regress/usr.bin/rtld/dlopen/Makefile
--- a/regress/usr.bin/rtld/dlopen/Makefile Sat Feb 01 18:35:44 2003 +0000
+++ b/regress/usr.bin/rtld/dlopen/Makefile Sat Feb 01 18:44:06 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/09/18 05:41:57 lukem Exp $
+# $NetBSD: Makefile,v 1.7 2003/02/01 18:44:06 kleink Exp $
NOMAN= # defined
@@ -11,8 +11,8 @@
#LDADD+= -export-dynamic
regress:
- if [ -f ${TESTLIBDIR}/testlib.so ]; then \
- ./${PROG} ${TESTLIBDIR}/testlib.so >dlopen.out; \
+ if [ -f ${TESTLIBDIR}/libtest.so ]; then \
+ ./${PROG} ${TESTLIBDIR}/libtest.so >dlopen.out; \
tail +4 ${.CURDIR}/dlopen.exp | diff - dlopen.out; \
fi
Home |
Main Index |
Thread Index |
Old Index