[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r109066: Remove some src/s files that
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r109066: Remove some src/s files that are now empty |
Date: |
Thu, 12 Jul 2012 19:38:30 -0700 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 109066
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-07-12 19:38:30 -0700
message:
Remove some src/s files that are now empty
* configure.ac (opsysfile): Set to empty on gnu, cygwin.
* src/s/bsd-common, src/s/cygwin.h: Remove empty files.
* src/s/freebsd.h, src/s/netbsd.h: Do not include bsd-common.h.
removed:
src/s/bsd-common.h
src/s/cygwin.h
modified:
ChangeLog
configure.ac
src/ChangeLog
src/s/freebsd.h
src/s/netbsd.h
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-13 02:34:05 +0000
+++ b/ChangeLog 2012-07-13 02:38:30 +0000
@@ -1,5 +1,7 @@
2012-07-13 Glenn Morris <address@hidden>
+ * configure.ac (opsysfile): Set to empty on gnu, cygwin.
+
* configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
(DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
Move "system type" macros here from src/s.
=== modified file 'configure.ac'
--- a/configure.ac 2012-07-13 02:34:05 +0000
+++ b/configure.ac 2012-07-13 02:38:30 +0000
@@ -3615,6 +3615,7 @@
;;
cygwin)
+ opsysfile=
AC_DEFINE(CYGWIN, 1, [Define if the system is Cygwin.])
;;
@@ -3687,7 +3688,7 @@
using GTK.])
;;
- gnu) opsysfile="s/bsd-common.h" ;;
+ gnu) opsysfile= ;;
gnu-kfreebsd) opsysfile="s/gnu-linux.h" ;;
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-07-13 02:34:05 +0000
+++ b/src/ChangeLog 2012-07-13 02:38:30 +0000
@@ -1,5 +1,8 @@
2012-07-13 Glenn Morris <address@hidden>
+ * s/bsd-common, s/cygwin.h: Remove empty files.
+ * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
+
* s/usg5-4-common.h (USG, USG5):
* s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
* s/sol2-6.h (SOLARIS2):
=== removed file 'src/s/bsd-common.h'
--- a/src/s/bsd-common.h 2012-07-13 02:34:05 +0000
+++ b/src/s/bsd-common.h 1970-01-01 00:00:00 +0000
@@ -1,20 +0,0 @@
-/* Definitions file for GNU Emacs running on bsd 4.3
-
-Copyright (C) 1985-1986, 2001-2012 Free Software Foundation, Inc.
-
-This file is part of GNU Emacs.
-
-GNU Emacs is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-GNU Emacs is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-
-
=== removed file 'src/s/cygwin.h'
--- a/src/s/cygwin.h 2012-07-13 02:34:05 +0000
+++ b/src/s/cygwin.h 1970-01-01 00:00:00 +0000
@@ -1,20 +0,0 @@
-/* System description header file for Cygwin.
-
-Copyright (C) 1985-1986, 1992, 1999, 2002-2012 Free Software Foundation, Inc.
-
-This file is part of GNU Emacs.
-
-GNU Emacs is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-GNU Emacs is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-
-
=== modified file 'src/s/freebsd.h'
--- a/src/s/freebsd.h 2012-07-13 02:34:05 +0000
+++ b/src/s/freebsd.h 2012-07-13 02:38:30 +0000
@@ -20,9 +20,6 @@
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-/* Get most of the stuff from bsd-common */
-#include "bsd-common.h"
-
/* Tell that garbage collector that setjmp is known to save all
registers relevant for conservative garbage collection in the jmp_buf. */
#define GC_SETJMP_WORKS 1
=== modified file 'src/s/netbsd.h'
--- a/src/s/netbsd.h 2012-07-11 02:29:13 +0000
+++ b/src/s/netbsd.h 2012-07-13 02:38:30 +0000
@@ -17,10 +17,6 @@
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-
-/* Get most of the stuff from bsd-common. */
-#include "bsd-common.h"
-
/* Greg A. Woods <address@hidden> says we must include signal.h
before syssignal.h is included, to work around interface conflicts
that are handled with CPP __RENAME() macro in signal.h. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r109066: Remove some src/s files that are now empty,
Glenn Morris <=