Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
f7676f4a
Commit
f7676f4a
authored
Jul 12, 2016
by
Jeromy Johnson
Committed by
GitHub
Jul 12, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2966 from polezaivsani/openbsd_make
Build on OpenBSD
parents
4e67003f
9f146240
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
7 deletions
+10
-7
bin/dist_get
bin/dist_get
+3
-0
core/commands/mount_nofuse.go
core/commands/mount_nofuse.go
+1
-1
core/commands/mount_unix.go
core/commands/mount_unix.go
+1
-1
fuse/ipns/mount_unix.go
fuse/ipns/mount_unix.go
+1
-1
fuse/node/mount_nofuse.go
fuse/node/mount_nofuse.go
+1
-1
fuse/node/mount_unix.go
fuse/node/mount_unix.go
+1
-1
fuse/readonly/mount_unix.go
fuse/readonly/mount_unix.go
+1
-1
fuse/readonly/readonly_unix.go
fuse/readonly/readonly_unix.go
+1
-1
No files found.
bin/dist_get
View file @
f7676f4a
...
...
@@ -129,6 +129,9 @@ case $goenv in
freebsd-
*
)
archive
=
"tar.gz"
;;
openbsd-
*
)
archive
=
"tar.gz"
;;
*
)
echo
"unrecognized system environment:
$goenv
"
>
&2
die
"currently only linux, darwin, windows and freebsd are supported by this script"
...
...
core/commands/mount_nofuse.go
View file @
f7676f4a
// +build linux darwin freebsd netbsd
// +build linux darwin freebsd netbsd
openbsd
// +build nofuse
package
commands
...
...
core/commands/mount_unix.go
View file @
f7676f4a
// +build linux darwin freebsd netbsd
// +build linux darwin freebsd netbsd
openbsd
// +build !nofuse
package
commands
...
...
fuse/ipns/mount_unix.go
View file @
f7676f4a
// +build linux darwin freebsd netbsd
// +build linux darwin freebsd netbsd
openbsd
// +build !nofuse
package
ipns
...
...
fuse/node/mount_nofuse.go
View file @
f7676f4a
// +build linux darwin freebsd netbsd
// +build linux darwin freebsd netbsd
openbsd
// +build nofuse
package
node
...
...
fuse/node/mount_unix.go
View file @
f7676f4a
// +build linux darwin freebsd netbsd
// +build linux darwin freebsd netbsd
openbsd
// +build !nofuse
package
node
...
...
fuse/readonly/mount_unix.go
View file @
f7676f4a
// +build linux darwin freebsd netbsd
// +build linux darwin freebsd netbsd
openbsd
// +build !nofuse
package
readonly
...
...
fuse/readonly/readonly_unix.go
View file @
f7676f4a
// +build linux darwin freebsd netbsd
// +build linux darwin freebsd netbsd
openbsd
// +build !nofuse
package
readonly
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment