Print a warning that these require a lot of virtual memory to build.

This commit is contained in:
pvalchev 2001-07-28 17:28:26 +00:00
parent 3c45b96cdf
commit 5ee79fc96a
2 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/28 07:19:28 pvalchev Exp $
# $OpenBSD: Makefile,v 1.2 2001/07/28 17:28:26 pvalchev Exp $
COMMENT= "C++ reference implementation of the Atlas protocol"
@ -27,4 +27,13 @@ SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
pre-configure:
@echo ""
@echo "*** WARNING: you may see an error such as"
@echo "*** virtual memory exhausted"
@echo "*** when building this package. If you do you must increase"
@echo "*** your limits. See the man page for your shell and look"
@echo "*** for the 'limit' or 'ulimit' command."
@echo ""
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/28 07:16:23 pvalchev Exp $
# $OpenBSD: Makefile,v 1.2 2001/07/28 17:28:26 pvalchev Exp $
COMMENT= "graphical user interface library for C++"
@ -30,4 +30,13 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
pre-configure:
@echo ""
@echo "*** WARNING: you may see an error such as"
@echo "*** virtual memory exhausted"
@echo "*** when building this package. If you do you must increase"
@echo "*** your limits. See the man page for your shell and look"
@echo "*** for the 'limit' or 'ulimit' command."
@echo ""
.include <bsd.port.mk>