Source-Changes-HG archive

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

[src/trunk]: src do-x11 target builds and installs only the tools and librari...



details:   https://anonhg.NetBSD.org/src/rev/13e02b659897
branches:  trunk
changeset: 828287:13e02b659897
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Dec 06 19:27:56 2017 +0000

description:
do-x11 target builds and installs only the tools and libraries, X11
programs are built during the regular recursive build in extsrc.  Edit
its description accordingly and move it before do-build to match their
order in BUILDTARGETS.

While here, drop the "either" clause that has lost its "or" a few
years ago when xfree86 reachover was removed.

diffstat:

 Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 1a77eab5c727 -r 13e02b659897 Makefile
--- a/Makefile  Wed Dec 06 19:15:27 2017 +0000
+++ b/Makefile  Wed Dec 06 19:27:56 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.319 2017/10/04 23:54:33 christos Exp $
+#      $NetBSD: Makefile,v 1.320 2017/12/06 19:27:56 uwe Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -97,9 +97,9 @@
 #                    if ${MKCOMPAT} != "no".
 #   do-compat-lib:   builds and installs prerequisites from compat/lib
 #                    if ${MKCOMPAT} != "no".
+#   do-x11:          builds and installs X11 tools and libraries
+#                    from src/external/mit/xorg if ${MKX11} != "no".
 #   do-build:        builds and installs the entire system.
-#   do-x11:          builds and installs X11 if ${MKX11} != "no"; either
-#                    X11R7 from src/external/mit/xorg 
 #   do-extsrc:       builds and installs extsrc if ${MKEXTSRC} != "no".
 #   do-obsolete:     installs the obsolete sets (for the postinstall-* targets).
 #



Home | Main Index | Thread Index | Old Index