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: Bernd Ernesti <netbsd%lists.veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: misc/31934: toplevel cleandir doesn't honor MKX11=yes
Date: Thu, 3 Jun 2010 07:03:54 +0200
On Thu, Jun 03, 2010 at 02:58:17PM +1000, matthew green wrote:
>
> thanks for looking at this. it bothers me at times.
>
> something to avoid the "make obj" in the x11 build itself would be nice.
I use the following patch instead for a long time:
Index: Makefile
===================================================================
RCS file: /cvsroot/src/external/Makefile,v
retrieving revision 1.8
diff -b -u -r1.8 Makefile
--- Makefile 5 Oct 2009 22:44:26 -0000 1.8
+++ Makefile 3 Jun 2010 05:02:23 -0000
@@ -4,4 +4,10 @@
SUBDIR+= apache2 bsd intel-fw-eula intel-fw-public gpl2 gpl3 ibm-public
intel-public cddl
+.include <bsd.own.mk>
+
+.if ${MKX11} != "no" && ${X11FLAVOUR} == "Xorg"
+SUBDIR+= mit/xorg
+.endif
+
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index