[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Marc Espie <espie_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Sat, 24 Nov 2007 08:47:24 -0700 (MST)
CVSROOT: /cvs
Module name: src
Changes by: espie_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2007/11/24 08:47:24
Modified files:
usr.sbin/bind/make: rules.in
Log message:
fix race condition, as reported by naddy_(_at_)__(_dot_)_
On a sufficiently fast machine, the subdirs and the ${TARGETS} will be
run simultaneously, and will fail.
Since TARGETS can be empty, we need an extra dummy-target to make sure
make does something sensible (this avoids bsd-specific constructs).
Visit your host, monkey.org