From e579183070a3bc60cc6f9976d2faeaf8d28f6211 Mon Sep 17 00:00:00 2001 From: cancel Date: Thu, 29 Nov 2018 18:41:55 +0900 Subject: [PATCH] Cleanup info print in build tool --- tool | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/tool b/tool index 5f36d66..22ceba2 100755 --- a/tool +++ b/tool @@ -180,6 +180,15 @@ build_target() { verbose_echo "$compiler_exe" "${compiler_flags[@]}" -o "$build_dir/$build_subdir/$out_exe" "${source_files[@]}" ${libraries[@]+"${libraries[@]}"} } +print_info() { +cat <