Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/libexec/ld.elf_so Eliminate regress/libexec/ld.elf_s...
details: https://anonhg.NetBSD.org/src/rev/ea2fa8b4905f
branches: trunk
changeset: 455574:ea2fa8b4905f
user: kamil <kamil%NetBSD.org@localhost>
date: Sat Apr 06 16:25:52 2019 +0000
description:
Eliminate regress/libexec/ld.elf_so/expand
This test does not contain any code.
diffstat:
regress/libexec/ld.elf_so/Makefile | 4 +-
regress/libexec/ld.elf_so/expand/Makefile | 33 -------------------------------
2 files changed, 2 insertions(+), 35 deletions(-)
diffs (50 lines):
diff -r 37428ebee712 -r ea2fa8b4905f regress/libexec/ld.elf_so/Makefile
--- a/regress/libexec/ld.elf_so/Makefile Sat Apr 06 16:22:09 2019 +0000
+++ b/regress/libexec/ld.elf_so/Makefile Sat Apr 06 16:25:52 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/05/18 21:41:38 christos Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/06 16:25:52 kamil Exp $
.include <bsd.own.mk>
-SUBDIR+= expand origin
+SUBDIR+= origin
.include <bsd.subdir.mk>
diff -r 37428ebee712 -r ea2fa8b4905f regress/libexec/ld.elf_so/expand/Makefile
--- a/regress/libexec/ld.elf_so/expand/Makefile Sat Apr 06 16:22:09 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2008/03/09 22:44:41 dholland Exp $
-
-NOMAN=# defined (must be above bsd.own.mk)
-
-.include <bsd.own.mk>
-
-CPPFLAGS+=-DDEBUG_EXPAND
-PROG=expand
-.PATH.c: ${NETBSDSRCDIR}/libexec/ld.elf_so
-CLEANFILES+=output tst
-
-regress: ${PROG} output
- ./${PROG} '$${ORIGIN}' '$$ORIGIN/' '$$PLATFORM' '$$OSNAME' '$$OSREL' \
- '$$HWCAP/' '$$ISALIST' '$$$$' '$$foo' '$${ORIGIN}:' '$$ORIGIN:' \
- '$$OSREL/' '$${PLATFORM}$$OSNAME' > tst
- diff output tst
-
-output: Makefile
- (echo '.'; \
- echo './'; \
- uname -p; \
- uname -s; \
- uname -r; \
- echo '/'; \
- echo ; \
- echo '$$$$'; \
- echo '$$foo'; \
- echo '.:'; \
- echo '.:'; \
- echo "$$(uname -r)/"; \
- echo "$$(uname -p)$$(uname -s)") > $@
-
-.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index