mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-13 17:11:13 +02:00
Remove debug.
This commit is contained in:
parent
425ce17ce7
commit
e221eb285f
@ -99,8 +99,7 @@ class Target:
|
|||||||
opts_tmp.append(target)
|
opts_tmp.append(target)
|
||||||
self.sources.compile(opts_tmp, self.config_name)
|
self.sources.compile(opts_tmp, self.config_name)
|
||||||
if (sub_target != "config"):
|
if (sub_target != "config"):
|
||||||
print(f"Copy '{self.artifacts}' to '{out_dir}'")
|
self.sources.copy_artifacts(self.artifacts, out_dir)
|
||||||
#self.sources.copy_artifacts(self.artifacts, out_dir)
|
|
||||||
|
|
||||||
def install_files(self, dir, tmp_dir, part_name, on_file, on_dd):
|
def install_files(self, dir, tmp_dir, part_name, on_file, on_dd):
|
||||||
Logger.install(f"'{self.name}': Install artifacts")
|
Logger.install(f"'{self.name}': Install artifacts")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user