diff options
-rw-r--r-- | devel/valgrind-snapshot/Makefile | 3 | ||||
-rw-r--r-- | devel/valgrind/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index 8523035bbe6f..182b69aabf13 100644 --- a/devel/valgrind-snapshot/Makefile +++ b/devel/valgrind-snapshot/Makefile @@ -38,7 +38,6 @@ 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" @@ -52,8 +51,6 @@ pre-everything:: @${ECHO_CMD} "proc /proc procfs rw 0 0" @${ECHO_CMD} "" @${ECHO_CMD} "-----------------------------------------------------------" - @${FALSE} -.endif .endif pre-patch: diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index b4c31378faaf..d48de5783bcc 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -42,7 +42,6 @@ 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" @@ -56,8 +55,6 @@ pre-everything:: @${ECHO_CMD} "proc /proc procfs rw 0 0" @${ECHO_CMD} "" @${ECHO_CMD} "-----------------------------------------------------------" - @${FALSE} -.endif .endif pre-patch: |