summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/gcc.yml2
-rw-r--r--examples/libgcc-initial.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index ac67a31..4bc19f4 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -30,6 +30,7 @@ tasks:
target: 'target'
depends:
- task: 'header-stubs'
+ noinherit: true
run: |
mkdir gcc-build
cd gcc-build
@@ -85,6 +86,7 @@ tasks:
target: 'target'
depends:
- task: 'header-stubs'
+ noinherit: true
run: |
cd gcc-build
make -j8 all-host
diff --git a/examples/libgcc-initial.yml b/examples/libgcc-initial.yml
index 89a6734..046ff4f 100644
--- a/examples/libgcc-initial.yml
+++ b/examples/libgcc-initial.yml
@@ -14,6 +14,7 @@ tasks:
depends:
- recipe: 'gcc'
task: 'header-stubs'
+ noinherit: true
run: |
cd gcc-build
make configure-target-libgcc
@@ -43,6 +44,7 @@ tasks:
depends:
- recipe: 'gcc'
task: 'header-stubs'
+ noinherit: true
run: |
cd gcc-build
make -j8 all-target-libgcc