git: buildworld - Fix parallel build race in ncurses
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Nov 29 13:34:54 PST 2011
commit 6e73105ec5492ebba66b83ced8a62e16f87e0498
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Nov 29 12:40:49 2011 -0800
buildworld - Fix parallel build race in ncurses
* Generated files must depend on headers during make depend step
(at the very least), because make has no idea about the dependencies
during that step.
Summary of changes:
lib/libncurses/libncurses/Makefile | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6e73105ec5492ebba66b83ced8a62e16f87e0498
--
DragonFly BSD source repository
More information about the Commits
mailing list