mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
common: rename _src_ to _source_ everywhere
This commit is contained in:
@@ -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,
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user