blob: b3685eb99fce7454e98fccfd563a658c870d7df4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
cflags\
-D 'FUSE_USE_VERSION=31' \
-D 'fuse_new_31=fuse_new' \
-I include\
-I '$dir' \
-I '$srcdir'/include\
-I '$srcdir'/lib
cc lib/mount_util.c
exe fusermount3 util/fusermount.c lib/mount_util.c.o
file bin/fusermount3 '$outdir'/fusermount3 4755
man -d doc 1 fusermount3.1
lib libfuse.a lib/^(\
fuse.c fuse_loop.c fuse_loop_mt.c\
fuse_lowlevel.c fuse_opt.c\
fuse_signals.c buffer.c cuse_lowlevel.c\
helper.c modules/subdir.c\
mount.c mount_util.c.o\
)
fetch git
|