All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 17/26 v2] tools/Makefile: Give precedence to	U-Boot's include directory
Date: Wed, 18 Mar 2009 11:28:49 -0500	[thread overview]
Message-ID: <20090318162849.GA3314@loki.buserror.net> (raw)
In-Reply-To: <1236887355-31359-18-git-send-email-ptyser@xes-inc.com>

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

  parent reply	other threads:[~2009-03-18 16:28 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-12 19:48 [U-Boot] [PATCH 00/26 v2] tools/Makefile cleanup and win32 tool support Peter Tyser
2009-03-12 19:48 ` [U-Boot] [PATCH 01/26 v2] Makefile: Make autoconf.mk a dependency of the depend target Peter Tyser
2009-03-12 19:48   ` [U-Boot] [PATCH 02/26 v2] Makefile: Add removal of *.exe files to clean target Peter Tyser
2009-03-12 19:48     ` [U-Boot] [PATCH 03/26 v2] common/Makefile: Conditionally compile env_embedded.o Peter Tyser
2009-03-12 19:48       ` [U-Boot] [PATCH 04/26 v2] elf.h: Use stdint.h to provide standard typedefs for WIN32 Peter Tyser
2009-03-12 19:48         ` [U-Boot] [PATCH 05/26 v2] gen_eth_addr: Use POSIX rand() and srand() Peter Tyser
2009-03-12 19:48           ` [U-Boot] [PATCH 06/26 v2] tools/Makefile: Remove HOSTARCH HOSTOS defines Peter Tyser
2009-03-12 19:48             ` [U-Boot] [PATCH 07/26 v2] tools/Makefile: Remove inappropriate double-tabs Peter Tyser
2009-03-12 19:48               ` [U-Boot] [PATCH 08/26 v2] tools/Makefile: Split variable declarations into multiple lines Peter Tyser
2009-03-12 19:48                 ` [U-Boot] [PATCH 09/26 v2] tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled Peter Tyser
2009-03-12 19:48                   ` [U-Boot] [PATCH 10/26 v2] tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS Peter Tyser
2009-03-12 19:49                     ` [U-Boot] [PATCH 11/26 v2] tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG Peter Tyser
2009-03-12 19:49                       ` [U-Boot] [PATCH 12/26 v2] tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP Peter Tyser
2009-03-12 19:49                         ` [U-Boot] [PATCH 13/26 v2] tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED Peter Tyser
2009-03-12 19:49                           ` [U-Boot] [PATCH 14/26 v2] tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET Peter Tyser
2009-03-12 19:49                             ` [U-Boot] [PATCH 15/26 v2] tools/Makefile: Compile ncb when CONFIG_NETCONSOLE Peter Tyser
2009-03-12 19:49                               ` [U-Boot] [PATCH 16/26 v2] tools/Makefile: Add tools/ to the include search path Peter Tyser
2009-03-12 19:49                                 ` [U-Boot] [PATCH 17/26 v2] tools/Makefile: Give precedence to U-Boot's include directory Peter Tyser
2009-03-12 19:49                                   ` [U-Boot] [PATCH 18/26 v2] tools/Makefile: Add libfdt/ to the include search path Peter Tyser
2009-03-12 19:49                                     ` [U-Boot] [PATCH 19/26 v2] tools/Makefile: Remove symlinks for fdt targets Peter Tyser
2009-03-12 19:49                                       ` [U-Boot] [PATCH 20/26 v2] tools/Makefile: Dynamically generate libfdt object dependencies Peter Tyser
2009-03-12 19:49                                         ` [U-Boot] [PATCH 21/26 v2] tools/Makefile: Remove symlinks for remaining source files Peter Tyser
2009-03-12 19:49                                           ` [U-Boot] [PATCH 22/26 v2] tools/Makefile: Use auto-generated object file dependencies Peter Tyser
2009-03-12 19:49                                             ` [U-Boot] [PATCH 23/26 v2] tools/Makefile: Create generic build rules Peter Tyser
2009-03-12 19:49                                               ` [U-Boot] [PATCH 24/26 v2] tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation Peter Tyser
2009-03-12 19:49                                                 ` [U-Boot] [PATCH 25/26 v2] Add support for building native win32 tools Peter Tyser
2009-03-12 19:49                                                   ` [U-Boot] [PATCH 26/26 v2] Delete now unused tools/Makefile.win32 Peter Tyser
2009-03-12 23:01                                   ` [U-Boot] [PATCH 17/26 v2] tools/Makefile: Give precedence to U-Boot's include directory Mike Frysinger
2009-03-12 23:19                                     ` Wolfgang Denk
2009-03-12 23:53                                       ` Peter Tyser
2009-03-13  0:02                                         ` Andy Fleming
2009-03-13 20:05                                           ` Peter Tyser
2009-03-18 16:28                                   ` Scott Wood [this message]
2009-03-18 16:36                                     ` Peter Tyser
2009-03-18 16:47                                       ` Wolfgang Denk
2009-03-23 14:43                                     ` Peter Tyser
2009-03-23 18:37                                       ` Mike Frysinger
2009-03-12 21:00   ` [U-Boot] [PATCH 01/26 v2] Makefile: Make autoconf.mk a dependency of the depend target Wolfgang Denk
2009-03-12 21:12     ` Peter Tyser
2009-03-12 21:37       ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090318162849.GA3314@loki.buserror.net \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.