From 4456094d61a6f5baabadc18096fc1f516921b736 Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Sat, 18 Dec 2004 03:48:34 +0000 Subject: 2004-12-16 Alfred M. Szmidt * Makefile ($(installed_logins)): Don't overwrite already existing login files unless asked for. --- config/ChangeLog | 5 +++++ config/Makefile | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index 589899f1..3dc6e2f7 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2004-12-16 Alfred M. Szmidt + + * Makefile ($(installed_logins)): Don't overwrite already existing + login files unless asked for. + 2002-09-30 Marcus Brinkmann * ttys (console): Change type column ($TERM setting) to `mach-color'. diff --git a/config/Makefile b/config/Makefile index 570939da..2cdcd818 100644 --- a/config/Makefile +++ b/config/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2004 Free Software Foundation, Inc. # Written by Michael I. Bushnell, p/BSG. # # This file is part of the GNU Hurd. @@ -38,9 +38,8 @@ FORCE: ifeq ($(override_conf),t) $(installed_conf): FORCE -endif - $(installed_logins): FORCE +endif include ../Makeconf -- cgit v1.2.3