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

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


From: Francois Tigeot <ftigeot@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 Oct 2012 04:13:42 -0700 (PDT)

commit 7b365e9817ed51a47cc93f7cb9ead0142db40ce2
Author: John Marino <netbsd@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



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