1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00
emacs/admin
Eli Zaretskii 2f7163fb72 Fix the MSDOS build.
* msdos/sed1v2.inp (GETADDRINFO_A_LIBS, LIBLCMS2, XDBE_LIBS)
(XDBE_FLAGS, HYBRID_MALLOC, LIBSYSTEMD_CFLAGS)
(LIBSYSTEMD_LIBS): Edit to empty.
(LIBRESOLV, DEPFLAGS, MKDEPDIR, YMF_PASS_LDFLAGS)
(PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove editing.
Remove editing of lines that are no longer present in
src/Makefile.in.
* msdos/sed2v2.inp (NEED_MKTIME_INTERNAL)
(NEED_MKTIME_WORKING): Define to 1.
(HAVE_STRUCT_DIRENT_D_TYPE): Define to 1 for
DJGPP >= 2.05.
(HAVE_STRUCT_ATTRIBUTE_ALIGNED): Define to 1.
Define PACKAGE_VERSION, not VERSION.
(FLEXIBLE_ARRAY_MEMBER): Define to empty.
(HAVE_DECL_*_UNLOCKED): Define to 0.
(HAVE___BUILTIN_FRAME_ADDRESS): Define to 1.
(PENDING_*): Don't define, as Gnulib no longer supports that.
Instead, define _IOERR as it is in libc/file.h.
* msdos/sed3v2.inp: Use $(CURDIR) instead of $(shell cd) to
determine the current directory.
(UPDATE_MANIFEST, UTILITIES): Don't edit.
* msdos/sedlisp.inp (FIND_DELETE): Edit to "-delete".
* msdos/sedlibmk.inp (AUTO_DEPEND): Define to yes.
(HYBRID_MALLOC): Edit to empty.
(am__cd): Don't edit.
(../config.status): Replaces $(top_builddir)/config.status.
Define OMIT_GNULIB_MODULE_foo = true for modules not built for
MS-DOS.  Convert GL_GENERATE_xxx_H_TRUE and
GL_GENERATE_xxx_H_FALSE into values of GL_GENERATE_xxx_H.
* msdos/mainmake.v2 (src): Use 'compile-one-process', and make
the command line shorter to fit into 126-char limit of
command.com.
* config.bat: Generate src/deps/*.d files.  Rename more files
like djtar on plain DOS would.
Don't rename src/dir.h: it is long gone.  Edit
lib/gnulib.mk.in using the same scripts as for
lib/Makefile.in.
* msdos/depfiles.bat: Create *.d files, not *.Po.

* src/thread.c (Fmake_thread) [!THREADS_ENABLED]: Improve the
error message.
* src/thread.h [MSDOS]: Include <signal.h>.
* src/sysselect.h (select) [MSDOS]: Undefine, to avoid
compilation errors.
* src/sysdep.c (block_interrupt_signal, restore_signal_mask):
Expose to MSDOS build.
* src/process.c (update_processes_for_thread_death)
[!subprocess]: No-op implementation.
[HAVE_SETRLIMIT]: Move inclusion of sys/resource.h and
declaration of nofile_limit outside "#ifdef subprocesses", as
it's needed for MSDOS.
* src/msdos.c (faccessat): Declare fullname[].
* src/msdos.h (ENOTSUP): Define to be identical to ENOSYS.
Include termhooks.h.
* src/conf_post.h [WINDOWSNT]: Include ms-w32.h only on
WINDOWSNT, not DOS_NT.

* admin/admin.el (set-version): Set version on PACKAGE_VERSION.
2017-10-18 20:21:25 +03:00
..
charsets Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
coccinelle Minor quoting fixes in scripts and doc 2015-09-16 16:07:15 -07:00
grammars Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
notes Mention how to send CC to > 1 address in a bug report 2017-10-18 12:12:59 +09:00
nt Prefer HTTPS to HTTP for gnu.org 2017-10-01 19:59:01 -07:00
unidata Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
admin.el Fix the MSDOS build. 2017-10-18 20:21:25 +03:00
alloc-colors.c Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
authors.el Update authors.el 2017-10-11 15:14:51 +02:00
build-configs Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
bzrmerge.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ChangeLog.1 Prefer HTTPS to HTTP for gnu.org 2017-10-01 19:59:01 -07:00
check-doc-strings Port "$@" to OpenIndiana ksh93 2016-01-24 17:29:01 -08:00
CPP-DEFINES Improve make-temp-file performance on local files 2017-08-12 15:14:45 -07:00
cus-test.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
diff-tar-files Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
find-gc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
gitmerge.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
last-chance.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
MAINTAINERS Fix obsolete ‘test/automated’ references 2017-03-27 11:30:08 -07:00
make-emacs Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
make-tarball.txt Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
merge-gnulib Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
merge-pkg-config Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
quick-install-emacs Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
README Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
release-process Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
update-copyright Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
update_autogen Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2017 Free Software Foundation, Inc.
See the end of the file for license conditions.


			 The admin directory

This directory contains scripts and other things useful for developing
and maintaining Emacs.  These files are not part of Emacs releases
because they are not deemed generally useful, and you have to know
what you do when using them.


* Instructions and scripts used to prepare an Emacs release.

** release-process

The release process used by GNU Emacs.

** make-tarball.txt

Instructions to create pretest or release tarballs, announcements, etc.

** admin.el

Utilities for setting version numbers and alike.


* Scripts that can be used to build and test Emacs.

** build-configs

Build Emacs in various configurations.

** make-emacs

Build Emacs in various ways.

** quick-install-emacs

Install emacs quickly ("incrementally").

** alloc-colors.c

A utility program that allocates a given number of colors on X.  Can
be used to debug Emacs with dense colormaps (PseudoColor).

** check-doc-strings

Check doc strings against documentation.

** cus-test.el

Tests for custom types and load problems.

** diff-tar-files

Show files added/removed between two tar files.


Brief description of sub-directories:

charsets		scripts for generating charset map files
			in ../etc/charsets
unidata			scripts for generating character property files
			in ../lisp/international


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 <https://www.gnu.org/licenses/>.

Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end: