aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/build/config.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/build/config.go b/ui/build/config.go
index a451cfe5..ef061576 100644
--- a/ui/build/config.go
+++ b/ui/build/config.go
@@ -98,6 +98,11 @@ func NewConfig(ctx Context, args ...string) Config {
// Variables that have caused problems in the past
"DISPLAY",
"GREP_OPTIONS",
+
+ // Drop make flags
+ "MAKEFLAGS",
+ "MAKELEVEL",
+ "MFLAGS",
)
// Tell python not to spam the source tree with .pyc files.