From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Wed, 18 Mar 2009 11:36:11 -0500 Subject: [U-Boot] [PATCH 17/26 v2] tools/Makefile: Give precedence to U-Boot's include directory In-Reply-To: <20090318162849.GA3314@loki.buserror.net> References: <1236887355-31359-9-git-send-email-ptyser@xes-inc.com> <1236887355-31359-10-git-send-email-ptyser@xes-inc.com> <1236887355-31359-11-git-send-email-ptyser@xes-inc.com> <1236887355-31359-12-git-send-email-ptyser@xes-inc.com> <1236887355-31359-13-git-send-email-ptyser@xes-inc.com> <1236887355-31359-14-git-send-email-ptyser@xes-inc.com> <1236887355-31359-15-git-send-email-ptyser@xes-inc.com> <1236887355-31359-16-git-send-email-ptyser@xes-inc.com> <1236887355-31359-17-git-send-email-ptyser@xes-inc.com> <1236887355-31359-18-git-send-email-ptyser@xes-inc.com> <20090318162849.GA3314@loki.buserror.net> Message-ID: <1237394171.13370.1059.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2009-03-18 at 11:28 -0500, Scott Wood wrote: > On Thu, Mar 12, 2009 at 02:49:06PM -0500, Peter Tyser wrote: > > - @rm -f $(obj)tools/{image.c,fdt.c,fdt_ro.c,fdt_rw.c,fdt_strerror.c,zlib.h} > > + @rm -f $(obj)tools/{image.c,fdt.c,fdt_ro.c,fdt_rw.c,fdt_strerror.c,} > > That comma at the end looks like it would delete the tools directory, except > for the lack of -r. Thanks for the catch. Do maintainers generally prefer that just the 1 patch be resubmitted, or the whole patch series?