From 1ee55930c06cc1e39da63c0096fce7e9facee103 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 Oct 2019 15:44:39 +0200 Subject: Rename BOOTSTRAP-{MINGW,MSVC} to BOOTSTRAP-WINDOWS-{...} Also mention WSL in addition to MSYS and Cygwin as a UNIX-like emulation on Windows. --- buildfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 8391cff..fd343d0 100644 --- a/buildfile +++ b/buildfile @@ -8,14 +8,14 @@ d = libpkgconf/ libbutl/ build2/ \ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ bdep/ doc/ -i = \ -INSTALL \ -UPGRADE \ -BOOTSTRAP-MACOSX \ -BOOTSTRAP-MINGW \ -BOOTSTRAP-MSVC \ -BOOTSTRAP-UNIX \ -BOOTSTRAP-WINDOWS +i = \ +INSTALL \ +UPGRADE \ +BOOTSTRAP-UNIX \ +BOOTSTRAP-MACOSX \ +BOOTSTRAP-WINDOWS \ +BOOTSTRAP-WINDOWS-MINGW \ +BOOTSTRAP-WINDOWS-MSVC ./: $d doc{$i README CONTRIBUTING.md} cli{$i} file{build.sh build-*} manifest -- cgit v1.1