Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 07/18/2000 01:33:50
Module Name: pkgsrc
Committed By: rh
Date: Tue Jul 18 08:33:50 UTC 2000
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Fix clean-update target to remove ${DDIR} if it didn't exist before. This
prevents 'make update' from "resuming" an update that never even began.
Thus, a sequence of
make clean-update
make update
is now safe, no matter if 'make update' was started previously or not.
To generate a diff of this commit:
cvs rdiff -r1.508 -r1.509 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.