summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:48:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 08:48:13 +0100
commit16fb2268394f00ab27e3582d02e03b6f5abbc72e (patch)
treeefe2a72be8461214a7c2e45d40add8b52daee034 /Makefile
parent406ccf8df407e0292ee85d259a363c63e2be40a7 (diff)
strip toolchain components without copying debug data, clean toolchain after every target so no 300Gb are required to bulk build the toolchains
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a8da9685..b0b6f61c3 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,9 @@ cleantarget targetclean: .prereq_done
-@${GMAKE_INV} cleantarget
@-rm -f make.log
+cleantoolchain toolchainclean: .prereq_done
+ -@${GMAKE_INV} cleantoolchain
+
distclean cleandist:
-@${GMAKE_INV} distclean
@-rm -f make.log .prereq_done