DragonFly BSD
DragonFly commits List (threaded) for 2013-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: Unbreak world (gcc47 plugin)


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Feb 2013 15:29:11 -0800 (PST)

commit 75e35d3a603a7c5fb0366b4e4ef1c20b05c0d4fc
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/75e35d3a603a7c5fb0366b4e4ef1c20b05c0d4fc


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]