summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-08-01 00:45:56 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-08-01 00:45:56 +0000
commit9217f515c2f33f0b90b1ac5a85031ebf098d5162 (patch)
treeb6f8bb775537b7169de7dafac3a285e3f90489eb
parentCorrect a configure-misdetection which went unnoticed until now, but causes (diff)
Disable procfs check on package builders.
Notes
Notes: svn path=/head/; revision=115189
-rw-r--r--devel/valgrind-snapshot/Makefile2
-rw-r--r--devel/valgrind/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile
index d5c0daea457e..8523035bbe6f 100644
--- a/devel/valgrind-snapshot/Makefile
+++ b/devel/valgrind-snapshot/Makefile
@@ -38,6 +38,7 @@ PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}'
pre-everything::
+.if !defined(PACKAGE_BUILDING)
.if ${PROCFS}
@${ECHO_CMD} ""
@${ECHO_CMD} "Check if procfs is running: YES"
@@ -53,6 +54,7 @@ pre-everything::
@${ECHO_CMD} "-----------------------------------------------------------"
@${FALSE}
.endif
+.endif
pre-patch:
.ifdef(NOPORTDOCS)
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile
index 22be4a8785aa..85ef0d522849 100644
--- a/devel/valgrind/Makefile
+++ b/devel/valgrind/Makefile
@@ -34,6 +34,7 @@ PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}'
pre-everything::
+.if !defined(PACKAGE_BUILDING)
.if ${PROCFS}
@${ECHO_CMD} ""
@${ECHO_CMD} "Check if procfs is running: YES"
@@ -49,6 +50,7 @@ pre-everything::
@${ECHO_CMD} "-----------------------------------------------------------"
@${FALSE}
.endif
+.endif
pre-patch:
.ifdef(NOPORTDOCS)