NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/31934: toplevel cleandir doesn't honor MKX11=yes
The following reply was made to PR misc/31934; it has been noted by GNATS.
From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: misc/31934: toplevel cleandir doesn't honor MKX11=yes
Date: Thu, 3 Jun 2010 03:00:03 +0000
comments please:
Index: Makefile
===================================================================
RCS file: /cvsroot/src/Makefile,v
retrieving revision 1.276
diff -u -r1.276 Makefile
--- Makefile 13 Dec 2009 09:29:27 -0000 1.276
+++ Makefile 3 Jun 2010 02:57:00 -0000
@@ -490,6 +490,14 @@
@false
.endif
+.if (make(cleandir) || make(obj) || make(includes)) && ${MKX11} != "no"
+.if ${X11FLAVOUR} == "Xorg"
+SUBDIR+= external/mit/xorg
+.else
+SUBDIR+= x11
+.endif
+.endif
+
do-extsrc: .PHONY .MAKE
.if ${MKEXTSRC} != "no"
${MAKEDIRTARGET} extsrc build
@@ -498,6 +506,11 @@
@false
.endif
+.if (make(cleandir) || make(obj) || make(includes)) && ${MKEXTSRC} != "no"
+SUBDIR+= extsrc
+.endif
+
+
do-obsolete: .PHONY .MAKE
${MAKEDIRTARGET} etc install-obsolete-lists
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index