summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-15 18:50:14 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-15 18:50:14 +0200
commit0f5300d1a26305b55c588e9c68ad72ed16ae0570 (patch)
tree6b4081167554008b7de36ef1efaace1bdd1b7492 /examples
parent0db2d06efdd47313c7516b77783c77c301cccaa0 (diff)
downloadrebel-0f5300d1a26305b55c588e9c68ad72ed16ae0570.tar
rebel-0f5300d1a26305b55c588e9c68ad72ed16ae0570.zip
Explicitly refer to "target dependencies"
Diffstat (limited to 'examples')
-rw-r--r--examples/gcc.yml2
-rw-r--r--examples/ls.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index ff58560..b91c6da 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -62,7 +62,7 @@ tasks:
compile:
inherit:
task: 'gcc:configure'
- depends:
+ target_depends:
- task: 'gcc:stubs'
run: |
cd gcc-build
diff --git a/examples/ls.yml b/examples/ls.yml
index d8045ab..b2cc678 100644
--- a/examples/ls.yml
+++ b/examples/ls.yml
@@ -1,6 +1,6 @@
tasks:
build:
- depends:
+ target_depends:
- task: 'foo:build'
- task: 'bar:build'
run: |