summaryrefslogtreecommitdiffstats
path: root/examples/gcc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-17 18:07:31 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-17 21:26:31 +0200
commit843bbec317ce4ad148535183b9d973915cdd04ab (patch)
treee1131894967b285b3de76956d66ccc03b8ca158a /examples/gcc.yml
parentcff4c45e931ef5abd7aba15fa05bc29f66e115ea (diff)
downloadrebel-843bbec317ce4ad148535183b9d973915cdd04ab.tar
rebel-843bbec317ce4ad148535183b9d973915cdd04ab.zip
Have recipes specify outputs, verify in resolver
The outputs are not respected by the runner yet.
Diffstat (limited to 'examples/gcc.yml')
-rw-r--r--examples/gcc.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index 8c938e5..7a215a9 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -9,6 +9,8 @@ tasks:
sed -i -e 's@^MULTILIB_OSDIRNAMES@# &@' gcc-11.2.0/gcc/config/*/t-*
header-stubs:
+ output:
+ default: {}
run: |
mkdir -p "${DESTDIR}${PREFIX}/include"
touch "${DESTDIR}${PREFIX}/include/limits.h"
@@ -80,6 +82,8 @@ tasks:
install:
inherit:
task: 'gcc:compile'
+ output:
+ default: {}
run: |
cd gcc-build
make DESTDIR="$DESTDIR" install-host