mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-09 14:32:52 +00:00
complibs: remove headers after build
After the toolchain is built, we do no longer need the headers. Reported-by: Enrico Weigelt <weigelt@metux.de>
This commit is contained in:
parent
ebc5dc5b03
commit
d380a84b52
@ -90,5 +90,8 @@ do_finish() {
|
|||||||
CT_DoForceRmdir "${CT_DEBUGROOT_DIR}/"{,usr/}{man,info}
|
CT_DoForceRmdir "${CT_DEBUGROOT_DIR}/"{,usr/}{man,info}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Remove headers installed by native companion libraries
|
||||||
|
CT_DoForceRmdir "${CT_PREFIX_DIR}/include"
|
||||||
|
|
||||||
CT_EndStep
|
CT_EndStep
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user