From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 3 Dec 2011 18:02:23 +0100 Subject: [U-Boot] [PATCH] MAKEALL: Add -l option to only list build targets In-Reply-To: <9231B4C6-C9F2-421B-A6BB-681681C6C32A@kernel.crashing.org> References: <1322897523-6663-1-git-send-email-marek.vasut@gmail.com> <9231B4C6-C9F2-421B-A6BB-681681C6C32A@kernel.crashing.org> Message-ID: <201112031802.23273.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Would be nice if the commit message explained why you're adding this > feature. I need to dump every possible config_*** for every architecture, so I can set up a continuous building and error-catching solution. I'll add that, though this might be useful just for myself. M