summaryrefslogtreecommitdiff
path: root/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests12
1 files changed, 12 insertions, 0 deletions
diff --git a/runtests b/runtests
index bf5d1cf..6d2d440 100755
--- a/runtests
+++ b/runtests
@@ -57,6 +57,18 @@ ${WORKDIR}/base.raw:
'$@.tmp'
mv -T -- '$@.tmp' '$@'
+${WORKDIR}/base-openrc.raw: osi-mk.d/openrc-osi-shell.sh
+${WORKDIR}/base-openrc.raw: osi-mk.d/utf8.sh
+${WORKDIR}/base-openrc.raw:
+ rm -f -- '$@' '$@.tmp'
+ mkdir -p -- '$(@D)'
+ ./osi-mk \
+ --size=2G \
+ --package='base-openrc' \
+ $(addprefix --module=,$(filter osi-mk.d/%.sh,$^)) \
+ '$@.tmp'
+ mv -T -- '$@.tmp' '$@'
+
${WORKDIR}/build.raw: ${WORKDIR}/base.raw
${WORKDIR}/build.raw: osi-mk.d/libretools.sh
${WORKDIR}/build.raw: osi-mk.d/builddeps.sh