complibs: remove headers after build
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Feb 28 10:19:13 2010 +0100 (2010-02-28)
changeset 1817c9654a027900
parent 1816 ab179fab1409
child 1818 533e48e6aa9e
complibs: remove headers after build

After the toolchain is built, we do no longer need the headers.
Reported-by: Enrico Weigelt <weigelt@metux.de>
scripts/build/internals.sh
     1.1 --- a/scripts/build/internals.sh	Sun Feb 21 15:53:39 2010 +0100
     1.2 +++ b/scripts/build/internals.sh	Sun Feb 28 10:19:13 2010 +0100
     1.3 @@ -90,5 +90,8 @@
     1.4          CT_DoForceRmdir "${CT_DEBUGROOT_DIR}/"{,usr/}{man,info}
     1.5      fi
     1.6  
     1.7 +    # Remove headers installed by native companion libraries
     1.8 +    CT_DoForceRmdir "${CT_PREFIX_DIR}/include"
     1.9 +
    1.10      CT_EndStep
    1.11  }