mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
ccache: don't override make_host
There's no need for it, it only delays building until makeinstall and messes up build time statistics. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -27,10 +27,6 @@ configure_host() {
|
||||
..
|
||||
}
|
||||
|
||||
make_host() {
|
||||
:
|
||||
}
|
||||
|
||||
post_makeinstall_host() {
|
||||
# setup ccache
|
||||
if [ -z "${CCACHE_DISABLE}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user