Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-07-04 | Fix manpage filename for mount.fuse3 | Laszlo Boszormenyi (GCS) | -1/+1 | |
2018-03-28 | Fix build error on DragonFlyBSD (sync with other *BSD) (#240) | Tomohiro Kusumi | -1/+1 | |
DragonFlyBSD has no "bsd" in uname, so add 'dragonfly' to conditionals. -- e.g. uname(1) in DragonFlyBSD [root@ ~]# uname DragonFly [root@ ~]# python -c "import sys; print(sys.platform)" dragonfly5 | ||||
2017-10-20 | Don't install manpages under *BSD | Nikolaus Rath | -1/+3 | |
Were not installing the corresponding binaries either, since those are provided by the BSD base system. | ||||
2017-10-20 | Don't use Python mode for meson.build | Nikolaus Rath | -3/+0 | |
Emacs now has a proper meson mode :-). | ||||
2017-01-12 | Added experimental support for building with Meson+Ninja | Nikolaus Rath | -0/+5 | |