Navigation Menu

Skip to content

Commit

Permalink
Remove kFreeBSD as a target platform
Browse files Browse the repository at this point in the history
As of November of 2014 it is no longer an official release architecture
and kqueue no longer functions in the last release. ('failed to register
VNODE event: Invalid argument')
  • Loading branch information
eradman committed Apr 9, 2015
1 parent cbfa075 commit 164b11c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -6,6 +6,7 @@
- Drop FIFO support to further simply code and documentation. FIFO mode was
conceptually good, but EXEC mode is intelligent hand easily handles the vast
majority of use cases.
- Remove kFreeBSD as a target platform

= Release History

Expand Down
1 change: 0 additions & 1 deletion configure
Expand Up @@ -9,7 +9,6 @@ copy_mk()
case `uname` in
Darwin) copy_mk . macos ;;
Linux) copy_mk . linux ;;
GNU/kFreeBSD) copy_mk ./contrib kfreebsd ;;
*) copy_mk . bsd ;;
esac

Expand Down
5 changes: 0 additions & 5 deletions contrib/Makefile.kfreebsd

This file was deleted.

0 comments on commit 164b11c

Please sign in to comment.