Hash :
1b7ff817
Author :
Thomas de Grivel
Date :
2025-07-05T15:11:33
wip linux build
#!/bin/sh
(
. ./configure.subr
configure_sizeof_long
UNAME=$(uname)
echo "UNAME = ${UNAME}" >> ${CONFIGURE_MK}
update_configure_h
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)