Branch
Hash :
ceba67b2
Author :
Thomas de Grivel
Date :
2025-08-13T02:19:28
wip
#!/bin/sh
(
. ./configure.subr
UNAME=$(uname)
echo "UNAME = ${UNAME}" >> ${CONFIGURE_MK}
update_configure_mk
)
echo "$PWD/inspect_ext4fs"
(cd inspect_ext4fs && ./configure)
echo "$PWD/newfs_ext4fs"
(cd newfs_ext4fs && ./configure)
echo "$PWD/test"
(cd test && ./configure)