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:
parent
45fa9c0fbf
commit
0d3697298d
5 changed files with 9 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#include "gnu-linux.h"
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
/* System file for openbsd. */
|
||||
|
||||
/* Nearly the same as NetBSD. Note there are differences in configure. */
|
||||
#include "netbsd.h"
|
||||
|
Loading…
Add table
Reference in a new issue