# HG changeset patch # User "Yann E. MORIN" # Date 1267348753 -3600 # Node ID c9654a027900e2834e56de566e403e6479136797 # Parent ab179fab14093a8bac73ab35deea525e82ab3ab4 complibs: remove headers after build After the toolchain is built, we do no longer need the headers. Reported-by: Enrico Weigelt diff -r ab179fab1409 -r c9654a027900 scripts/build/internals.sh --- a/scripts/build/internals.sh Sun Feb 21 15:53:39 2010 +0100 +++ b/scripts/build/internals.sh Sun Feb 28 10:19:13 2010 +0100 @@ -90,5 +90,8 @@ CT_DoForceRmdir "${CT_DEBUGROOT_DIR}/"{,usr/}{man,info} fi + # Remove headers installed by native companion libraries + CT_DoForceRmdir "${CT_PREFIX_DIR}/include" + CT_EndStep }