From 1967d67234b79ca7555a4dddda2b4761b10de250 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Oct 2019 14:57:39 +0200 Subject: Add bootstrap/environment batch files for Clang targeting MSVC --- etc/bootstrap/bbot-bootstrap-mingw.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc/bootstrap/bbot-bootstrap-mingw.bat') diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat index e1496cc..ef87ec7 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -131,8 +131,7 @@ del trust @for /D %%d in (build2-toolchain-*) do set "bstrap=%%d" cd %bstrap% -@rem Bootstrap in parallel using GNU make (which is part of our mingw -@rem toolchain). +@rem Bootstrap in parallel using GNU make (which is part of baseutils). @rem @rem Note: executing in a separate cmd.exe to preserve the echo mode. @rem -- cgit v1.1