Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11 support MKSHARE=no in share/
details: https://anonhg.NetBSD.org/src/rev/a86b59fc0c78
branches: trunk
changeset: 551821:a86b59fc0c78
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Sep 12 16:27:27 2003 +0000
description:
support MKSHARE=no in share/
diffstat:
x11/TODO | 5 +----
x11/share/Makefile | 5 ++++-
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (29 lines):
diff -r 9eca7d875e8d -r a86b59fc0c78 x11/TODO
--- a/x11/TODO Fri Sep 12 16:25:37 2003 +0000
+++ b/x11/TODO Fri Sep 12 16:27:27 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1.1.1 2003/09/12 07:47:26 lukem Exp $
+$NetBSD: TODO,v 1.2 2003/09/12 16:27:27 lukem Exp $
clean up XTODO issues
@@ -21,6 +21,3 @@
consider symlinking various dirs in lib/X11 -> /etc/X11, and only
install the files on "distribution" ?
-
-
-MKSHARE=no support for fonts (et al)
diff -r 9eca7d875e8d -r a86b59fc0c78 x11/share/Makefile
--- a/x11/share/Makefile Fri Sep 12 16:25:37 2003 +0000
+++ b/x11/share/Makefile Fri Sep 12 16:27:27 2003 +0000
@@ -1,5 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:44:51 lukem Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/12 16:27:29 lukem Exp $
+.if ${MKSHARE} != "no" || \
+ make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= cf fonts man nls
+.endif
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index