summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2012-07-09 23:15:33 +0000
committerespie <espie@openbsd.org>2012-07-09 23:15:33 +0000
commitacbd4da1cea2f8c99524abd830cf5851f0596a3e (patch)
tree3315d3652d78bea4854223a264a2f382073feea3
parent--config had better match more stupid shit. (diff)
downloadwireguard-openbsd-acbd4da1cea2f8c99524abd830cf5851f0596a3e.tar.xz
wireguard-openbsd-acbd4da1cea2f8c99524abd830cf5851f0596a3e.zip
#! stupid test
-rw-r--r--regress/usr.bin/libtool/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/usr.bin/libtool/Makefile b/regress/usr.bin/libtool/Makefile
index d75cb5172b9..28631c106ac 100644
--- a/regress/usr.bin/libtool/Makefile
+++ b/regress/usr.bin/libtool/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.21 2012/07/09 21:37:33 espie Exp $
+# $OpenBSD: Makefile,v 1.22 2012/07/09 23:15:33 espie Exp $
REGRESS_TARGETS = test-compile-0 test-link-0 test-install-0 \
test-run-0 test-link-1 test-install-1 test-run-1 \
test-link-2 test-link-3 test-run-2 test-run-3 \
error-1 error-2 error-3 test-alternate-0 \
test-implicit-0 test-run-4 test-implicit-1 \
test-help error-4 error-6 test-bond test-implicit-2 \
- test-Wc test-Xcompiler
+ test-Wc test-Xcompiler stupid-gdb
FAILING_TARGETS += error-0
.include <bsd.own.mk>
@@ -134,6 +134,9 @@ test-Wc:
test-Xcompiler:
${LIBTOOL} --mode=compile ${CC} -c -Xcompiler -DA -Xcompiler -DB ${.CURDIR}/d.c
+stupid-gdb:
+ @${LIBTOOL} --config|fgrep -q 'objdir=.libs'
+
${DEST}/bin/p1: ${DEST}/lib/liba.la
${DEST}/bin/p2: ${DEST}/lib/liba0.la ${DEST}/lib/liba1.la