Don't show the VMEM_WARNING when building ruby with the no_ri_docs
PSUEDO_FLAVOR, since the ri docs are the only thing that takes a lot of memory. OK ajacoutot@
This commit is contained in:
parent
ff23654173
commit
75d0491050
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2011/11/15 00:05:16 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/11/17 11:47:12 jeremy Exp $
|
||||
|
||||
COMMENT-main= object oriented script language with threads
|
||||
COMMENT-iconv= libiconv interface for ruby
|
||||
@ -70,6 +70,7 @@ RUN_DEPENDS-tk =
|
||||
MULTI_PACKAGES += -ri_docs
|
||||
ALL_TARGET = all rdoc
|
||||
INSTALL_TARGET = install install-doc
|
||||
VMEM_WARNING = Yes
|
||||
.endif
|
||||
|
||||
# Known regression failures in OpenSSL extension on sparc64
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2011/11/15 00:04:15 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/11/17 11:47:12 jeremy Exp $
|
||||
|
||||
COMMENT-main = object oriented script language with threads
|
||||
COMMENT-gdbm = gdbm interface for ruby
|
||||
@ -77,6 +77,7 @@ RUN_DEPENDS-tk =
|
||||
MULTI_PACKAGES += -ri_docs
|
||||
ALL_TARGET += rdoc
|
||||
INSTALL_TARGET += install-doc
|
||||
VMEM_WARNING = Yes
|
||||
.endif
|
||||
|
||||
SUBST_VARS += RUBYLIBREV
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.4 2011/11/17 10:54:11 jeremy Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.5 2011/11/17 11:47:12 jeremy Exp $
|
||||
|
||||
SHARED_ONLY ?= Yes
|
||||
|
||||
@ -29,6 +29,3 @@ CONFIGURE_ENV += PREFIX="${PREFIX}" \
|
||||
REV ?= ${VERSION:R}
|
||||
SUB ?= ${MACHINE_ARCH:S/amd64/x86_64/}-openbsd
|
||||
SUBST_VARS += SUB REV
|
||||
|
||||
# Building the ruby documentation consumes lots of memory.
|
||||
VMEM_WARNING = Yes
|
||||
|
Loading…
Reference in New Issue
Block a user