$ make
make all-recursive
make[1]: Entering directory `/opt/fuse-ext2-0.0.7'
Making all in e2fsprogs-1.41.9
make[2]: Entering directory `/opt/fuse-ext2-0.0.7/e2fsprogs-1.41.9'
Making all in uuid
make[3]: Entering directory `/opt/fuse-ext2-0.0.7/e2fsprogs-1.41.9/uuid'
Making all in uuid
/bin/sh: line 20: cd: uuid: No such file or directory
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/opt/fuse-ext2-0.0.7/e2fsprogs-1.41.9/uuid'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/fuse-ext2-0.0.7/e2fsprogs-1.41.9'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/fuse-ext2-0.0.7'
make: *** [all] Error 2
Почему no such file or directory ? Ведь директория есть и ./configure проходит без проблем.
$ ll e2fsprogs-1.41.9/ | awk {'print$10'}
blkid
e2p
et
ext2fs
fuse-ext2
Makefile
Makefile.am
Makefile.in
misc
uuid
Спасибо.