Not all OS's have all the checksum tools available to make MKSUMS=yes work.
Default it to "no" instead.
This commit is contained in:
parent
d004e03093
commit
51a7a67d08
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# build.conf
|
||||
# $NetBSD: build.conf-example,v 1.24 2005/01/24 13:08:19 jschauma Exp $
|
||||
# $NetBSD: build.conf-example,v 1.25 2005/01/24 13:21:13 tv Exp $
|
||||
#
|
||||
# config file in /bin/sh syntax for {,pre,post}-build
|
||||
#
|
||||
|
@ -66,7 +66,7 @@ RSYNC_OPTS='-e ssh'
|
|||
NICE_LEVEL="nice -n 20"
|
||||
|
||||
# Whether or not to create checksum files
|
||||
MKSUMS=yes
|
||||
MKSUMS=no
|
||||
|
||||
# If you want to PGP sign the checksum files, set and correct
|
||||
#SIGN_AS=username@NetBSD.org
|
||||
|
|
Loading…
Reference in a new issue