summaryrefslogtreecommitdiff
path: root/mk/buildhlp.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-28 08:57:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-28 08:57:30 +0100
commite57e34cdf9c0e3efd84e60c9d2a394ee836dcfff (patch)
tree0e7342702387a58b62d86a5e919b4a304df710dd /mk/buildhlp.mk
parenta3df4d57af18464f1f964d3d053ee75c36e6f226 (diff)
revert change, variable is used in update-patches
Diffstat (limited to 'mk/buildhlp.mk')
-rw-r--r--mk/buildhlp.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk
index 0b7a71f12..d4c8eeb50 100644
--- a/mk/buildhlp.mk
+++ b/mk/buildhlp.mk
@@ -18,7 +18,11 @@ WRKBUILD?= ${WRKSRC}
# This is where make install (fake) writes to
WRKINST?= ${WRKDIR}/fake-${CPU_ARCH}/root
-_CHECKSUM_COOKIE= ${WRKDIR}/.checksum_done
+ifeq ($(strip ${NO_CHECKSUM}),)
+_CHECKSUM_COOKIE= ${WRKDIR}/.checksum_done
+else
+_CHECKSUM_COOKIE=
+endif
post-extract: