Module Name: src
Committed By: uwe
Date: Wed Dec 6 19:27:56 UTC 2017
Modified Files:
src: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.319 -r1.320 src/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/Makefile
diff -u src/Makefile:1.319 src/Makefile:1.320
--- src/Makefile:1.319 Wed Oct 4 23:54:33 2017
+++ src/Makefile Wed Dec 6 19:27:56 2017
@@ -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).
#