build: make --dry-run all work

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 43618523cd
commit 4db08517dc
5 changed files with 15 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ Build crosstool-NG with Newlib for bare metal compilation
'defconfig', LF,
],
)
os.unlink(defconfig_dest)
self.sh.rmrf(defconfig_dest)
self.sh.run_cmd(
[
self.env['crosstool_ng_executable'], LF,