artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e7d00
)
Suppress error output from sysctl: kern.allowdt doesn't exist on
author
guenther
<guenther@openbsd.org>
Sun, 19 Dec 2021 01:07:50 +0000
(
01:07
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 19 Dec 2021 01:07:50 +0000
(
01:07
+0000)
several archs and complaining about that from the Makefile doesn't
help anyone.
ok deraadt@ bluhm@
regress/usr.sbin/btrace/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/btrace/Makefile
b/regress/usr.sbin/btrace/Makefile
index
f9e0341
..
08654e3
100644
(file)
--- a/
regress/usr.sbin/btrace/Makefile
+++ b/
regress/usr.sbin/btrace/Makefile
@@
-1,7
+1,7
@@
-# $OpenBSD: Makefile,v 1.2
4 2021/12/02 17:09:46 kn
Exp $
+# $OpenBSD: Makefile,v 1.2
5 2021/12/19 01:07:50 guenther
Exp $
BTRACE?= /usr/sbin/btrace
-ALLOWDT!= sysctl -n kern.allowdt
+ALLOWDT!= sysctl -n kern.allowdt
2>/dev/null
# scripts that don't need /dev/dt
BT_LANG_SCRIPTS= arithm beginend boolean comments delete exit \