From ed230379e7af9312206b591c900ef09cb2fd1302 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 8 Sep 2019 15:50:05 +0200 Subject: Expand statfs man page a little and include in build.bash --- build.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build.bash') diff --git a/build.bash b/build.bash index 5f801a2..7a5ac6f 100755 --- a/build.bash +++ b/build.bash @@ -87,10 +87,11 @@ if [[ -n ${LDFLAGS:-} ]] ; then GO_LDFLAGS="$GO_LDFLAGS \"-extldflags=$LDFLAGS\"" fi -# Actual "go build" call +# Actual "go build" call for gocryptfs go build "-ldflags=$GO_LDFLAGS" "-gcflags=$TRIM" "-asmflags=$TRIM" "$@" - +# Additional binaries (cd gocryptfs-xray; go build "-ldflags=$GO_LDFLAGS" "-gcflags=$TRIM" "-asmflags=$TRIM" "$@") +(cd contrib/statfs; go build "-ldflags=$GO_LDFLAGS" "-gcflags=$TRIM" "-asmflags=$TRIM" "$@") ./gocryptfs -version -- cgit v1.2.3