aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-06-12 13:53:25 -0400
committerGlenn Morris2012-06-12 13:53:25 -0400
commit0d3697298d82ee2ccfd0d316e29342224298df39 (patch)
tree5ecc15015704bc036e29a7caec222a0bf79f9dc8
parent45fa9c0fbf53ff12f78991698ec996737072d66e (diff)
downloademacs-0d3697298d82ee2ccfd0d316e29342224298df39.tar.gz
emacs-0d3697298d82ee2ccfd0d316e29342224298df39.zip
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.
-rw-r--r--ChangeLog2
-rw-r--r--configure.in5
-rw-r--r--src/ChangeLog2
-rw-r--r--src/s/gnu-kfreebsd.h2
-rw-r--r--src/s/openbsd.h5
5 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index da39ee2e48d..13512bc13ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 6
72012-06-12 Glenn Morris <rgm@gnu.org> 72012-06-12 Glenn Morris <rgm@gnu.org>
8 8
9 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
10
9 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s. 11 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
10 12
11 * configure.in: Anticipate platforms with no src/s file. 13 * configure.in: Anticipate platforms with no src/s file.
diff --git a/configure.in b/configure.in
index 2750ccdcd54..19fa655bf22 100644
--- a/configure.in
+++ b/configure.in
@@ -3125,6 +3125,11 @@ case $opsys in
3125 ;; 3125 ;;
3126esac 3126esac
3127 3127
3128case $opsys in
3129 gnu-kfreebsd) opsysfile="s/gnu-linux.h" ;;
3130 openbsd) opsysfile="s/netbsd.h" ;;
3131esac
3132
3128# Set up the CFLAGS for real compilation, so we can substitute it. 3133# Set up the CFLAGS for real compilation, so we can substitute it.
3129CFLAGS="$REAL_CFLAGS" 3134CFLAGS="$REAL_CFLAGS"
3130CPPFLAGS="$REAL_CPPFLAGS" 3135CPPFLAGS="$REAL_CPPFLAGS"
diff --git a/src/ChangeLog b/src/ChangeLog
index 2c5bf632bdb..bc588517b29 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-06-12 Glenn Morris <rgm@gnu.org> 12012-06-12 Glenn Morris <rgm@gnu.org>
2 2
3 * s/gnu-kfreebsd.h, s/openbsd.h: Remove files.
4
3 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h: 5 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
4 Move BROKEN_SIGIO to configure. 6 Move BROKEN_SIGIO to configure.
5 7
diff --git a/src/s/gnu-kfreebsd.h b/src/s/gnu-kfreebsd.h
deleted file mode 100644
index c1e5de5c7a7..00000000000
--- a/src/s/gnu-kfreebsd.h
+++ /dev/null
@@ -1,2 +0,0 @@
1#include "gnu-linux.h"
2
diff --git a/src/s/openbsd.h b/src/s/openbsd.h
deleted file mode 100644
index 8c44cf65cc6..00000000000
--- a/src/s/openbsd.h
+++ /dev/null
@@ -1,5 +0,0 @@
1/* System file for openbsd. */
2
3/* Nearly the same as NetBSD. Note there are differences in configure. */
4#include "netbsd.h"
5