logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 33004f86c1efc7ca3cd45cc2194e12fe3cd37e2e
parent 0357aa47b64720f9cd4b74cc5891f4ff5d9ca74b
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 25 Nov 2022 19:57:23 -0800

Add WIP pax (unused for now)

Diffstat:

M.gitmodules3+++
Mpkg/gen.lua1+
Apkg/pax/gen.lua9+++++++++
Apkg/pax/src1+
Apkg/pax/ver1+
5 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -250,6 +250,9 @@ [submodule "pkg/openssh/src"] path = pkg/openssh/src url = https://github.com/oasislinux/openssh.git +[submodule "pkg/pax/src"] + path = pkg/pax/src + url = https://git.sr.ht/~mcf/pax [submodule "pkg/pciutils/src"] path = pkg/pciutils/src url = https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git diff --git a/pkg/gen.lua b/pkg/gen.lua @@ -86,6 +86,7 @@ subgen 'openbsd' subgen 'openntpd' subgen 'openssh' subgen 'opus' +subgen 'pax' subgen 'pciutils' subgen 'pcre' subgen 'perp' diff --git a/pkg/pax/gen.lua b/pkg/pax/gen.lua @@ -0,0 +1,9 @@ +cflags{'-std=c99', '-Wall', '-Wpedantic'} + +exe('pax', {'pax.c'}) + +sub('host.ninja', function() + set('outdir', '$outdir/host') + toolchain(config.host) + exe('pax', {'pax.c'}) +end) diff --git a/pkg/pax/src b/pkg/pax/src @@ -0,0 +1 @@ +Subproject commit 0a39a2f0094482f24ae7caaee52ca23f5d27d888 diff --git a/pkg/pax/ver b/pkg/pax/ver @@ -0,0 +1 @@ +0a39a2f009 r0