DragonFly commits List (threaded) for 2013-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: DragonFly_RELEASE_3_2 Unbreak world (gcc47 plugin)
commit 6a50444c0da422953c5b5e2b884dda35c7dafb1c
Author: John Marino <draco@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]