summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-20 15:12:30 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-20 15:12:30 +0000
commit2eccee30131b3c595c6c8a4220dd2fabe2dc92a4 (patch)
tree78c5ad9a25459983482027988f84013fd7fb92f7
parent3ce0d9354895df0488b083c434f21389bb54a3cf (diff)
*** empty log message ***
-rw-r--r--INSTALL6
-rw-r--r--SOURCES.0.013
-rw-r--r--TODO4
-rw-r--r--release/checklist3
4 files changed, 15 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index 8b1edb29..40468564 100644
--- a/INSTALL
+++ b/INSTALL
@@ -51,8 +51,6 @@ Building the Hurd, Mach4, and libc together
1. Configure mach4.
-2. `make' mach4.
-
3. Do `make install' in <mach4-build>/mig. ONLY.
4. Do `make install' in <mach4-build>/include. ONLY.
@@ -67,7 +65,9 @@ Building the Hurd, Mach4, and libc together
9. `make' and `make install' Hurd.
-10. `make install' mach4.
+10. Do `make -r kernel' in mach4/kernel.
+
+11. Copy mach4/kernel to /boot/kernel.
Building the Hurd and libc together
diff --git a/SOURCES.0.0 b/SOURCES.0.0
index a601ee19..7667b68c 100644
--- a/SOURCES.0.0
+++ b/SOURCES.0.0
@@ -83,7 +83,12 @@ instructions, after making the indicated minor modifications:
[add `strerror' to AC_CHECK_FUNCS in configure.in]
* texinfo (3.7)
[info/terminal.c -- add `#define B9600 9600']
-
+nethack (3.2.1)
+ [3.2.0 + nethack-3.2.0-3.2.1.patch
+ define BSD & linux, frob paths in config.h & unixconf.h & root Makefile
+ comment out declaration of random in system.h
+ declare `int status' in files.c:decompress_file, and pass &status
+ as an arg to the call to `wait' in the same function. ]
@@ -100,7 +105,7 @@ serverboot
mach3-a.out object file format. ]
* sh-utils (1.12m from alpha.gnu.ai.mit.edu; unmodified)
* make (3.74.5 from alpha.gnu.ai.mit.edu; unmodified)
-gdb (Modified from Cygnus snapshot of 960526) [wait for Mach to get migcom]
+* gdb (Modified from Cygnus snapshot of 960526) [wait for Mach to get migcom]
@@ -155,10 +160,6 @@ id-utils
jacal
lily
mkisofs
-nethack (3.2.1)
- [3.2.0 + nethack-3.2.0-3.2.1.patch
- define BSD & linux, frob paths in config.h & unixconf.h & root Makefile
- comment out declaration of random in system.h]
nih classes
oaklisp
libobjects
diff --git a/TODO b/TODO
index cf7b27bc..b84704b8 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,9 @@ See `tasks', the exported task list.
* fix root dependencies in filesystem, network, etc.
* Profile things
* Make for easier installation
+* Write coding standards suggestions for Hurd
+
+* Fix emacs/src/unexelf.c to deal with occasional lack of mmap
* Libraries
@@ -228,4 +231,3 @@ See `tasks', the exported task list.
** Relink everything after version numbered libc is installed
** Debug ext2fs
** Find fsck system hang
-** Emacs `M-x shell' starts all ptys and then hangs.
diff --git a/release/checklist b/release/checklist
index aeb0a3fb..03223ad9 100644
--- a/release/checklist
+++ b/release/checklist
@@ -11,8 +11,9 @@ o Source code for Hurd and libc must be released.
o Make sure everything listed in SOURCES is on prep.
o Remove .stamp files from binary tree.
o Make everything root.wheel, mode 755/644.
+o Make /games games.daemon.
o Check permissions on setuid files in binary tree.
- (login, ps, w, rsh, rlogin)
+ (login, ps, w, rsh, rlogin, games/lib/nethack/nethack)
o Check each directory for bogus cruft files.
o Especially delete .bash_history, .gnunfs*, and .stamp files.
o Verify installation on bare machine.