diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | daemons/ChangeLog | 6 | ||||
-rw-r--r-- | init/ChangeLog | 6 | ||||
-rw-r--r-- | utils/ChangeLog | 6 |
4 files changed, 22 insertions, 0 deletions
@@ -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. |