Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/etc Pull up revision 1.308 (requested by jmc in ticket #1...



details:   https://anonhg.NetBSD.org/src/rev/f04db6b38637
branches:  netbsd-3
changeset: 575247:f04db6b38637
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 22:16:02 2005 +0000

description:
Pull up revision 1.308 (requested by jmc in ticket #114):
Make var/db/obsolete/xserver optional.

diffstat:

 etc/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 466c6e6ffced -r f04db6b38637 etc/Makefile
--- a/etc/Makefile      Wed Apr 06 22:10:04 2005 +0000
+++ b/etc/Makefile      Wed Apr 06 22:16:02 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.306.2.1 2005/04/06 21:15:11 tron Exp $
+#      $NetBSD: Makefile,v 1.306.2.2 2005/04/06 22:16:02 tron Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -339,7 +339,11 @@
 OBSOLETE.dir=          ${.OBJDIR}/obsolete.dir
 OBSOLETE.files=                base comp etc games man misc text
 .if ${MKX11} != "no"
-OBSOLETE.files+=       xbase xcomp xfont xserver
+OBSOLETE.files+=       xbase xcomp xfont
+.if exists(${OBSOLETE.dir}/xserver)
+# not all archs have obsolete files for the xserver set
+OBSOLETE.files+=       xserver
+.endif
 .endif
 
 install-obsolete-lists: .PHONY



Home | Main Index | Thread Index | Old Index