projects
/
strace-test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f457360
)
Don't assume that enable-mpers will work
master
author
steve
<steve@einval.com>
Thu, 5 Apr 2018 18:15:08 +0000
(19:15 +0100)
committer
steve
<steve@einval.com>
Thu, 5 Apr 2018 18:15:08 +0000
(19:15 +0100)
strace-build-test
patch
|
blob
|
history
diff --git
a/strace-build-test
b/strace-build-test
index
cfb043c
..
34aaa28
100755
(executable)
--- a/
strace-build-test
+++ b/
strace-build-test
@@
-95,7
+95,7
@@
cd strace.git
${GIT} checkout $POINT
${GIT} log | head -1
./bootstrap
-./configure
+./configure
--enable-mpers=check
make $PARALLEL && make check VERBOSE=1 && echo SUCCESS > ${BDIR}/RESULT
EOF