summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements')
-rw-r--r--buildstream/plugins/elements/autotools.yaml2
-rw-r--r--buildstream/plugins/elements/cmake.yaml2
-rw-r--r--buildstream/plugins/elements/make.yaml2
-rw-r--r--buildstream/plugins/elements/manual.yaml2
-rw-r--r--buildstream/plugins/elements/meson.yaml2
-rw-r--r--buildstream/plugins/elements/qmake.yaml2
6 files changed, 6 insertions, 6 deletions
diff --git a/buildstream/plugins/elements/autotools.yaml b/buildstream/plugins/elements/autotools.yaml
index a6917f869..85f7393e7 100644
--- a/buildstream/plugins/elements/autotools.yaml
+++ b/buildstream/plugins/elements/autotools.yaml
@@ -123,7 +123,7 @@ environment:
V: 1
# And dont consider MAKEFLAGS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- MAKEFLAGS
- V
diff --git a/buildstream/plugins/elements/cmake.yaml b/buildstream/plugins/elements/cmake.yaml
index d38a2d226..0fb2e715a 100644
--- a/buildstream/plugins/elements/cmake.yaml
+++ b/buildstream/plugins/elements/cmake.yaml
@@ -66,7 +66,7 @@ environment:
V: 1
# And dont consider JOBS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- JOBS
- V
diff --git a/buildstream/plugins/elements/make.yaml b/buildstream/plugins/elements/make.yaml
index 1438bb52b..83e5c658f 100644
--- a/buildstream/plugins/elements/make.yaml
+++ b/buildstream/plugins/elements/make.yaml
@@ -36,7 +36,7 @@ environment:
V: 1
# And dont consider MAKEFLAGS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- MAKEFLAGS
- V
diff --git a/buildstream/plugins/elements/manual.yaml b/buildstream/plugins/elements/manual.yaml
index 32ebf2be7..cba5608cc 100644
--- a/buildstream/plugins/elements/manual.yaml
+++ b/buildstream/plugins/elements/manual.yaml
@@ -35,7 +35,7 @@ environment:
V: 1
# And dont consider MAKEFLAGS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- MAKEFLAGS
- V
diff --git a/buildstream/plugins/elements/meson.yaml b/buildstream/plugins/elements/meson.yaml
index 9636d76e7..2172cb34c 100644
--- a/buildstream/plugins/elements/meson.yaml
+++ b/buildstream/plugins/elements/meson.yaml
@@ -74,6 +74,6 @@ environment:
%{max-jobs}
# And dont consider NINJAJOBS as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- NINJAJOBS
diff --git a/buildstream/plugins/elements/qmake.yaml b/buildstream/plugins/elements/qmake.yaml
index 38bf2dacd..4ac31932e 100644
--- a/buildstream/plugins/elements/qmake.yaml
+++ b/buildstream/plugins/elements/qmake.yaml
@@ -44,7 +44,7 @@ environment:
V: 1
# And dont consider MAKEFLAGS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- MAKEFLAGS
- V