summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/manual.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/manual.yaml')
-rw-r--r--buildstream/plugins/elements/manual.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/buildstream/plugins/elements/manual.yaml b/buildstream/plugins/elements/manual.yaml
index cba5608cc..38fe7d163 100644
--- a/buildstream/plugins/elements/manual.yaml
+++ b/buildstream/plugins/elements/manual.yaml
@@ -1,11 +1,3 @@
-# No variables added for the manual element by default, set
-# this if you plan to use make, and the sources cannot handle
-# parallelization.
-#
-# variables:
-#
-# notparallel: True
-
# Manual build element does not provide any default
# build commands
config:
@@ -28,14 +20,3 @@ config:
strip-commands:
- |
%{strip-binaries}
-
-# Use max-jobs CPUs for building and enable verbosity
-environment:
- MAKEFLAGS: -j%{max-jobs}
- V: 1
-
-# And dont consider MAKEFLAGS or V as something which may
-# affect build output.
-environment-nocache:
-- MAKEFLAGS
-- V