Module Name:    src
Committed By:   riastradh
Date:           Wed May 31 01:06:43 UTC 2023

Modified Files:
        src/tests/libexec/ld.elf_so: Makefile

Log Message:
ld.elf_so: Nix inadvertently committed private test program.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/libexec/ld.elf_so/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/libexec/ld.elf_so/Makefile
diff -u src/tests/libexec/ld.elf_so/Makefile:1.14 src/tests/libexec/ld.elf_so/Makefile:1.15
--- src/tests/libexec/ld.elf_so/Makefile:1.14	Wed May 31 00:46:11 2023
+++ src/tests/libexec/ld.elf_so/Makefile	Wed May 31 01:06:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/05/31 00:46:11 riastradh Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/31 01:06:43 riastradh Exp $
 #
 
 NOMAN=		# defined
@@ -68,9 +68,6 @@ SRCS.h_dl_symver_v2=	h_dl_symver.c
 V2ODIR!=		cd ${.CURDIR}/helper_symver_dso2 && ${PRINTOBJDIR}
 LDADD.h_dl_symver_v2=	-L${V2ODIR} -lh_helper_symver_dso
 
-PROGS+=			h_tls_extern
-LDADD.h_tls_extern+=	-Wl,-rpath,${TESTSDIR}
-
 .include <bsd.test.mk>
 
 .else

Reply via email to