artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74abbd1
)
Revert previous since it makes the tests fail.
author
kettenis
<kettenis@openbsd.org>
Wed, 4 Aug 2010 18:25:24 +0000
(18:25 +0000)
committer
kettenis
<kettenis@openbsd.org>
Wed, 4 Aug 2010 18:25:24 +0000
(18:25 +0000)
regress/libexec/ld.so/link-order/test/Makefile
patch
|
blob
|
history
diff --git
a/regress/libexec/ld.so/link-order/test/Makefile
b/regress/libexec/ld.so/link-order/test/Makefile
index
3da1eed
..
3aa3996
100644
(file)
--- a/
regress/libexec/ld.so/link-order/test/Makefile
+++ b/
regress/libexec/ld.so/link-order/test/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
5 2010/07/03 17:07:36 phessler
Exp $
+# $OpenBSD: Makefile,v 1.
6 2010/08/04 18:25:24 kettenis
Exp $
.include <bsd.own.mk>
@@
-61,7
+61,7
@@
make-lib: prog
@mkdir lib >/dev/null 2>&1 || true
clean:
- @rm
-r lib
>/dev/null 2>&1 || true
+ @rm
lib/*
>/dev/null 2>&1 || true
test-none: make-lib clean
sh ${.CURDIR}/test.sh ${PROGPATH} '%ERROR%'