From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 05 Oct 2011 19:55:53 +0200 Subject: [Buildroot] [PATCH 2/5] x11r7: make package globally visible In-Reply-To: (Thomas Petazzoni's message of "Mon, 19 Sep 2011 22:57:38 +0200") References: Message-ID: <87aa9fpbkm.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas Petazzoni writes: Thomas> All x11r7 .mk files were only included into the global chain of Thomas> makefile includes if the BR2_PACKAGE_XORG7 option was enabled. This is Thomas> not the standard way to do things in Buildroot, and it even breaks Thomas> things like running "make -*" for a x11r7 package even if X.org Thomas> is not selected. I was a bit concerned about the performance impact of parsing all those x11 files, but it still seems ok as 'make help' went from 1.8s to 2.8s on my old laptop. Committed, thanks. -- Bye, Peter Korsgaard