git: DragonFly_RELEASE_2_4 bsd.dep.mk: don't build .depend every time
Simon Schubert
corecode at crater.dragonflybsd.org
Sat Oct 24 17:19:56 PDT 2009
commit 46655c7cec793d2d52d8e161cbbbc3042f1b6e3f
Author: Simon Schubert <corecode at 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/46655c7cec793d2d52d8e161cbbbc3042f1b6e3f
--
DragonFly BSD source repository
More information about the Commits
mailing list