common: rename _src_ to _source_ everywhere

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent a1ae3fbd26
commit eccefa4c57
12 changed files with 76 additions and 70 deletions

View File

@@ -22,14 +22,14 @@ Build crosstool-NG with Newlib for bare metal compilation
# Bootstrap out-ot-tree WONTFIX. I've tried.
# https://github.com/crosstool-ng/crosstool-ng/issues/1021
os.chdir(self.env['crosstool_ng_src_dir'])
os.chdir(self.env['crosstool_ng_source_dir'])
self.sh.run_cmd(
[os.path.join(self.env['crosstool_ng_src_dir'], 'bootstrap'), LF],
[os.path.join(self.env['crosstool_ng_source_dir'], 'bootstrap'), LF],
)
os.chdir(self.env['crosstool_ng_util_dir'])
self.sh.run_cmd(
[
os.path.join(self.env['crosstool_ng_src_dir'], 'configure'), LF,
os.path.join(self.env['crosstool_ng_source_dir'], 'configure'), LF,
'--enable-local', LF,
],
)