git: DragonFly_RELEASE_3_2 libstdc++47: Rework to prevent regeneration during install

Francois Tigeot ftigeot at crater.dragonflybsd.org
Fri Oct 19 04:13:42 PDT 2012


commit 7b365e9817ed51a47cc93f7cb9ead0142db40ce2
Author: John Marino <netbsd at marino.st>
Date:   Fri Oct 19 09:15:22 2012 +0200

    libstdc++47: Rework to prevent regeneration during install
    
    The installincludes target regenerated files such as c++config.h during
    the install phase.  It may be a minor bug as "bits/c++config.h:" would
    trigger it but "c++config.h:" without the subdirectory wouldn't.  In any
    case, generating it and two other headers to the local working bits
    directory wasn't necessary as installincludes target installs them in an
    accessible location.  Reworking the makefiles prevents a write operation
    during installworld.
    
    Reported-by: dillon

Summary of changes:
 gnu/lib/gcc47/libstdc++/Makefile         |   10 +++-------
 gnu/lib/gcc47/libstdc++/Makefile.headers |    6 +++---
 gnu/lib/gcc47/libsupc++/Makefile.src     |    6 +++---
 3 files changed, 9 insertions(+), 13 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7b365e9817ed51a47cc93f7cb9ead0142db40ce2


-- 
DragonFly BSD source repository



More information about the Commits mailing list