# HG changeset patch # User "Yann E. MORIN" # Date 1303652393 -7200 # Node ID 560670f2ce0937cd4b0fc34589cbc83b747ae05a # Parent ce9168b4af1edf2986d103673394d38309afb859 internals/finish: do not remove ${PREFIX}/include gcc installs the C++ headers in ${PREFIX}/include/ but we trash that directory at the end of the build. We previously removed that directory as it contained the companion libraries header files. But it's been some time now that we isntall the companion libraries in their own dedicated place, so we do not need to remove that directory. Until we have a better fix, just keep that directory for now. Reported-by: Bob Rossi Signed-off-by: "Yann E. MORIN" diff -r ce9168b4af1e -r 560670f2ce09 scripts/build/internals.sh --- a/scripts/build/internals.sh Wed Apr 20 19:21:39 2011 +0200 +++ b/scripts/build/internals.sh Sun Apr 24 15:39:53 2011 +0200 @@ -98,9 +98,6 @@ CT_DoForceRmdir "${CT_DEBUGROOT_DIR}/"{,usr/}{,share/}{man,info} fi - # Remove headers installed by native companion libraries - CT_DoForceRmdir "${CT_PREFIX_DIR}/include" - # Remove the lib* symlinks, now: # The symlinks are needed only during the build process. # The final gcc will still search those dirs, but will also search