1 commit 42d3987d08e41723a2ca8739550bbf5d58e45ea8
2 Author: Baptiste Jonglez <git@bitsofnetworks.org>
3 Date: Sat Jul 7 12:58:54 2018 +0200
5 Disable screen clearing
7 This tends to fail when building in a clean chroot (e.g. yodl) because of
8 missing terminal definition, and is of dubious interest anyway.
10 diff --color -aur icmake-9.03.01-old/icmake/scripts/ib/main icmake-9.03.01-new/icmake/scripts/ib/main
11 --- icmake-9.03.01-old/icmake/scripts/ib/main 2020-01-13 11:30:09.000000000 +0200
12 +++ icmake-9.03.01-new/icmake/scripts/ib/main 2020-08-10 15:10:44.705348577 +0300
17 - if (g_option == _c) // clear the screen before compilation
18 + if (0) // clear the screen before compilation
19 system("tput clear"); // starts
21 // compile all sources except MAIN