diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..1c9d31f7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +virt: lxd +os: linux +language: c +script: make -j4 V=0 diff --git a/build/bootstrap/compile.com b/build/bootstrap/compile.com index d8d154d6..347df93b 100755 Binary files a/build/bootstrap/compile.com and b/build/bootstrap/compile.com differ diff --git a/tool/build/compile.c b/tool/build/compile.c index c5079ee6..647396df 100644 --- a/tool/build/compile.c +++ b/tool/build/compile.c @@ -500,7 +500,7 @@ int main(int argc, char *argv[]) { * log command being run */ if (!strcmp(nulltoempty(getenv("V")), "0") && !IsTerminalInarticulate()) { - p = xasprintf("\e[F\e[K%-15s%s\r\n", firstnonnull(action, "BUILD"), + p = xasprintf("\r\e[K%-15s%s\r", firstnonnull(action, "BUILD"), firstnonnull(target, nulltoempty(outpath))); n = strlen(p); } else {