pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/checksum Even if NO_CHECKSUM is set, the "checksum"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99df576f83d6
branches:  trunk
changeset: 518815:99df576f83d6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Sep 19 00:03:44 2006 +0000

description:
Even if NO_CHECKSUM is set, the "checksum" target still needs to depend
on "fetch". Otherwise the distfiles are never fetched.

diffstat:

 mk/checksum/bsd.checksum.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a17c30a7052a -r 99df576f83d6 mk/checksum/bsd.checksum.mk
--- a/mk/checksum/bsd.checksum.mk       Mon Sep 18 22:51:25 2006 +0000
+++ b/mk/checksum/bsd.checksum.mk       Tue Sep 19 00:03:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.checksum.mk,v 1.3 2006/07/19 14:54:56 jlam Exp $
+# $NetBSD: bsd.checksum.mk,v 1.4 2006/09/19 00:03:44 rillig Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and defines the
 # relevant variables and targets for the "checksum" phase.
@@ -23,7 +23,7 @@
 .if defined(NO_CHECKSUM)
 .PHONY: checksum makesum makepatchsum
 .  if !target(checksum)
-checksum:
+checksum: fetch
        @${DO_NADA}
 .  endif
 makesum makepatchsum:



Home | Main Index | Thread Index | Old Index