Add WIP pax (unused for now)

This commit is contained in:
Michael Forney
2022-11-25 19:57:23 -08:00
parent 0357aa47b6
commit 33004f86c1
5 changed files with 15 additions and 0 deletions
+3
View File
@@ -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
+1
View File
@@ -86,6 +86,7 @@ subgen 'openbsd'
subgen 'openntpd'
subgen 'openssh'
subgen 'opus'
subgen 'pax'
subgen 'pciutils'
subgen 'pcre'
subgen 'perp'
+9
View File
@@ -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)
Submodule
+1
Submodule pkg/pax/src added at 0a39a2f009
+1
View File
@@ -0,0 +1 @@
0a39a2f009 r0