git: DragonFly_RELEASE_3_2 Unbreak world (gcc47 plugin)
John Marino
marino at crater.dragonflybsd.org
Sat Feb 2 15:35:28 PST 2013
commit 6a50444c0da422953c5b5e2b884dda35c7dafb1c
Author: John Marino <draco at marino.st>
Date: Sat Feb 2 23:35:27 2013 +0100
Unbreak world (gcc47 plugin)
The installincludes target is run before "depend" target, so gtype.state
hasn't been created by the time "installincludes" is executed in stage 4.
Luckily there is a similar functionality for FILES that is executed at
the install phase, which will unbreak world (broken on previous commit).
Other headers are generated as well, so swap INCSGROUPS with FILESGROUPS
for everything to avoid having to figure which ones. The headers are
needed at runtime, not buildtime, so this is okay.
Summary of changes:
gnu/usr.bin/cc47/liblto_plugin/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6a50444c0da422953c5b5e2b884dda35c7dafb1c
--
DragonFly BSD source repository
More information about the Commits
mailing list