Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Include somewhat misleadingly named do-x11 into BUILDTARGETS...
details: https://anonhg.NetBSD.org/src/rev/7d977957a22b
branches: trunk
changeset: 357987:7d977957a22b
user: uwe <uwe%NetBSD.org@localhost>
date: Wed Dec 06 19:34:00 2017 +0000
description:
Include somewhat misleadingly named do-x11 into BUILDTARGETS even with
NOBINARIES set (subject to MKX11).
diffstat:
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r cbc27a718971 -r 7d977957a22b Makefile
--- a/Makefile Wed Dec 06 19:27:56 2017 +0000
+++ b/Makefile Wed Dec 06 19:34:00 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.320 2017/12/06 19:27:56 uwe Exp $
+# $NetBSD: Makefile,v 1.321 2017/12/06 19:34:00 uwe Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -235,10 +235,10 @@
.endif
BUILDTARGETS+= do-lib
BUILDTARGETS+= do-compat-lib
-.if !defined(NOBINARIES)
.if ${MKX11} != "no"
BUILDTARGETS+= do-x11
.endif
+.if !defined(NOBINARIES)
BUILDTARGETS+= do-build
.if ${MKEXTSRC} != "no"
BUILDTARGETS+= do-extsrc
Home |
Main Index |
Thread Index |
Old Index