看板 DFBSD_commit 關於我們 聯絡資訊
commit 97192cdccd68db1900315148bc22464076b0b51b Author: Simon Schubert <corecode@dragonflybsd.org> Date: Sat Sep 12 10:58:37 2009 +0200 bsd.dep.mk: fix race condition with beforedepend The recent depend changes introduced a possible race between running mkdep and beforedepend, since the .ORDER was only specified for beforedepend and ${DEPENDFILE}, but not for the intermediate ${_DEPENDFILES}. Summary of changes: share/mk/bsd.dep.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/97192cdccd68db1900315148bc22464076b0b51b -- DragonFly BSD source repository