Remove a couple of src/s files

* configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.

* src/s/gnu-kfreebsd.h, src/s/openbsd.h: Remove files.
This commit is contained in:
Glenn Morris 2012-06-12 13:53:25 -04:00
parent 45fa9c0fbf
commit 0d3697298d
5 changed files with 9 additions and 7 deletions

View file

@ -6,6 +6,8 @@
2012-06-12 Glenn Morris <rgm@gnu.org>
* configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
* configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
* configure.in: Anticipate platforms with no src/s file.

View file

@ -3125,6 +3125,11 @@ case $opsys in
;;
esac
case $opsys in
gnu-kfreebsd) opsysfile="s/gnu-linux.h" ;;
openbsd) opsysfile="s/netbsd.h" ;;
esac
# Set up the CFLAGS for real compilation, so we can substitute it.
CFLAGS="$REAL_CFLAGS"
CPPFLAGS="$REAL_CPPFLAGS"

View file

@ -1,5 +1,7 @@
2012-06-12 Glenn Morris <rgm@gnu.org>
* s/gnu-kfreebsd.h, s/openbsd.h: Remove files.
* s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
Move BROKEN_SIGIO to configure.

View file

@ -1,2 +0,0 @@
#include "gnu-linux.h"

View file

@ -1,5 +0,0 @@
/* System file for openbsd. */
/* Nearly the same as NetBSD. Note there are differences in configure. */
#include "netbsd.h"