看板 DFBSD_commit 關於我們 聯絡資訊
commit f21f740a073d019711b4033d43a0ea1de437dcb1 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Mon Oct 19 12:29:35 2009 +0200 bsd.dep.mk: don't build .depend every time My last commits had introduced a dependency issue which made .depend to be built again every time. This commit addresses this issue by not deleting the intermediate .depend_${grp} files. Also change the .depend generation so that no .depend__ is generated, but output is directly sent to .depend. Summary of changes: share/mk/bsd.dep.mk | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f21f740a073d019711b4033d43a0ea1de437dcb1 -- DragonFly BSD source repository