From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 18 Mar 2009 11:28:49 -0500 Subject: [U-Boot] [PATCH 17/26 v2] tools/Makefile: Give precedence to U-Boot's include directory In-Reply-To: <1236887355-31359-18-git-send-email-ptyser@xes-inc.com> 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> Message-ID: <20090318162849.GA3314@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. -Scott