From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trent Piepho Date: Wed, 20 Jun 2018 17:51:28 +0000 Subject: [U-Boot] [PATCH] Makefile: drop mention of *.cfgtmp In-Reply-To: <63006311fbb5c04b64efeade644d62a95e0a7709.1529294261.git.baruch@tkos.co.il> References: <63006311fbb5c04b64efeade644d62a95e0a7709.1529294261.git.baruch@tkos.co.il> Message-ID: <1529517087.28705.208.camel@impinj.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2018-06-18 at 06:57 +0300, Baruch Siach wrote: > Since commit f916757300 (imx: Create distinct pre-processed mkimage > config files), *.cfgtmp files are no longer generated. There is no need > to remove them on the 'clean' target anymore. > > Remove also the .gitignore glob. I didn't think of the gitignore file when I did that patch. While I did stop generating .cfgtmp files, I replaced them with .cfgout files. So the gitignore patch should really be a s/cfgtmp/cfgout/ I think. It shouldn't be necessary to add *.cfgout to the find command since they are added to the target list and cleaned that way.