artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbcaf4
)
increase to 2048 to prevent failure. ok deraadt@
author
daniel
<daniel@openbsd.org>
Wed, 17 Dec 2014 00:10:22 +0000
(
00:10
+0000)
committer
daniel
<daniel@openbsd.org>
Wed, 17 Dec 2014 00:10:22 +0000
(
00:10
+0000)
regress/sys/ddb/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/ddb/Makefile
b/regress/sys/ddb/Makefile
index
5a891bf
..
e2cdba8
100644
(file)
--- a/
regress/sys/ddb/Makefile
+++ b/
regress/sys/ddb/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
3 2010/06/20 14:22:39 phessler
Exp $
+# $OpenBSD: Makefile,v 1.
4 2014/12/17 00:10:22 daniel
Exp $
.if (${MACHINE} == "i386")
REGRESS_TARGETS+= size
@@
-13,7
+13,7
@@
size: clean
cd build; \
make db_hangman.o; \
if [ `size db_hangman.o | \
- awk 'BEGIN {getline} {print $$1+$$2}'` -gt
1024
]; \
+ awk 'BEGIN {getline} {print $$1+$$2}'` -gt
2048
]; \
then \
echo 'hangman is too big!!!'; \
false; \