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.311 (requested by jmc in ticket #1...



details:   https://anonhg.NetBSD.org/src/rev/d571fda63fbc
branches:  netbsd-3
changeset: 575263:d571fda63fbc
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 22:24:00 2005 +0000

description:
Pull up revision 1.311 (requested by jmc in ticket #114):
Install all obsolete X11 sets (even empty ones).

diffstat:

 etc/Makefile |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (25 lines):

diff -r 6fb2d84ac12d -r d571fda63fbc etc/Makefile
--- a/etc/Makefile      Wed Apr 06 22:23:22 2005 +0000
+++ b/etc/Makefile      Wed Apr 06 22:24:00 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.306.2.4 2005/04/06 22:21:00 tron Exp $
+#      $NetBSD: Makefile,v 1.306.2.5 2005/04/06 22:24:00 tron Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -339,14 +339,7 @@
 OBSOLETE.dir=          ${.OBJDIR}/obsolete.dir
 OBSOLETE.files=                base comp etc games man misc text
 .if ${MKX11} != "no"
-OBSOLETE.files+=       xbase xcomp xfont
-.if ${MACHINE} == "amd64" ||   \
-    ${MACHINE} == "cats" ||    \
-    ${MACHINE} == "i386" ||    \
-    ${MACHINE} == "macppc" ||  \
-    ${MACHINE} == "sgimips"
-OBSOLETE.files+=       xserver
-.endif
+OBSOLETE.files+=       xbase xcomp xetc xfont xserver
 .endif
 
 install-obsolete-lists: .PHONY



Home | Main Index | Thread Index | Old Index