summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-08-14 14:26:24 +0000
committerMiles Bader <miles@gnu.org>1996-08-14 14:26:24 +0000
commit0c7085aa47d00f20f0b9996850d4a6277634bfd8 (patch)
treedc0b1c3679e7c97c9f5f50a87df3bb788e6c3f90
parent2c586fb6c4187d2cef65d16bccebdb2f9143cd00 (diff)
.
-rw-r--r--ChangeLog4
-rw-r--r--daemons/ChangeLog6
-rw-r--r--init/ChangeLog6
-rw-r--r--utils/ChangeLog6
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aca6768b..dde46d21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 13 17:54:53 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * Makeconf ($(target)): Add $($@-LDLIBS) $(LDLIBS) to libs.
+
Tue Aug 13 14:05:54 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makeconf (vpath %.defs): Remove reference for mach and device
diff --git a/daemons/ChangeLog b/daemons/ChangeLog
index 6d9351ec..32fe0651 100644
--- a/daemons/ChangeLog
+++ b/daemons/ChangeLog
@@ -1,3 +1,9 @@
+Wed Aug 14 10:22:39 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * Makefile (getty-LDLIBS): New variable.
+ (getty): Dependency on -lutil removed.
+ (libutil-libsubst): Variable removed.
+
Tue Aug 13 08:13:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* rc.sh: When deleting files from /tmp, use -f flag to rm.
diff --git a/init/ChangeLog b/init/ChangeLog
index 09c325bb..f24a4d9e 100644
--- a/init/ChangeLog
+++ b/init/ChangeLog
@@ -1,3 +1,9 @@
+Tue Aug 13 17:51:38 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * Makefile (init): Remove -lutil.
+ (libutil-libsubst): Variable removed.
+ (LDLIBS): New variable.
+
Mon Aug 12 11:12:22 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* init.c (setup_terminal): Declare LINE.
diff --git a/utils/ChangeLog b/utils/ChangeLog
index b8f74f2d..6093f7d9 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,9 @@
+Wed Aug 14 10:18:41 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * Makefile (login-LDLIBS): New variable.
+ (login): Dependency on -lutil removed.
+ (libutil-libsubst): Variable removed.
+
Sat Aug 10 10:03:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
* ps.c (options): Whoops, short option for --sort is -s.