From 90f48fa444fd9cfe751d91099c80fa2bce7ae1b6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Jun 2018 14:59:00 +0200 Subject: Add note on acl/noacl switch in baseutils --- build2/install/rule.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx index 1867134..4b50a35 100644 --- a/build2/install/rule.cxx +++ b/build2/install/rule.cxx @@ -591,6 +591,9 @@ namespace build2 // example, that .exe that we install won't be runnable by Windows (MSYS2 // itself will still run them since it recognizes the file extension). // + // NOTE: this is no longer the case and we now use noacl (and acl causes + // other problems; see baseutils fstab for details). + // // The way we work around this (at least in our distribution of the MSYS2 // tools) is by changing the mount option for cygdrives (/c, /d, etc) to // acl. But that's not all: we also have to install via a path that "hits" -- cgit v1.1