All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Fischer <rep.nop@aon.at>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/lsof
Date: Tue, 3 Oct 2006 10:40:35 +0200	[thread overview]
Message-ID: <20061003084035.GB4585@aon.at> (raw)
In-Reply-To: <20061002184043.0CF8D4856C@busybox.net>

On Mon, Oct 02, 2006 at 11:40:43AM -0700, andersen at uclibc.org wrote:
>Author: andersen
>Date: 2006-10-02 11:40:42 -0700 (Mon, 02 Oct 2006)
>New Revision: 16289
>
>Log:
>escape the wildcard

Looks like these need escaping too, no?

grep -rHl "patch-kernel.*[^\\]\*" *
package/ed/ed.mk
package/coreutils/coreutils.mk
package/libpcap/libpcap.mk
package/sysvinit/sysvinit.mk
package/ruby/ruby.mk
package/libglib12/libglib12.mk
package/libgtk12/libgtk12.mk
package/bash/bash.mk
target/cloop/cloop.mk

>
>
>Modified:
>   trunk/buildroot/package/lsof/lsof.mk
>
>
>Changeset:
>Modified: trunk/buildroot/package/lsof/lsof.mk
>===================================================================
>--- trunk/buildroot/package/lsof/lsof.mk	2006-10-02 18:25:37 UTC (rev 16288)
>+++ trunk/buildroot/package/lsof/lsof.mk	2006-10-02 18:40:42 UTC (rev 16289)
>@@ -20,7 +20,7 @@
> $(LSOF_DIR)/.unpacked: $(DL_DIR)/$(LSOF_SOURCE)
> 	$(LSOF_CAT) $(DL_DIR)/$(LSOF_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
> 	(cd $(LSOF_DIR);tar xf lsof_4.77_src.tar;rm -f lsof_4.77_src.tar)
>-	toolchain/patch-kernel.sh $(LSOF_DIR) package/lsof/ *.patch
>+	toolchain/patch-kernel.sh $(LSOF_DIR) package/lsof/ \*.patch
> 	touch $(LSOF_DIR)/.unpacked
> 
> $(LSOF_DIR)/.configured: $(LSOF_DIR)/.unpacked
>
>_______________________________________________
>buildroot mailing list
>buildroot at uclibc.org
>http://busybox.net/mailman/listinfo/buildroot
>

  reply	other threads:[~2006-10-03  8:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-02 18:40 [Buildroot] svn commit: trunk/buildroot/package/lsof andersen at uclibc.org
2006-10-03  8:40 ` Bernhard Fischer [this message]
2006-10-03 18:41   ` Erik Andersen
  -- strict thread matches above, loose matches on Subject: below --
2008-10-23 18:54 jacmet at uclibc.org
2008-06-16 12:29 jacmet at uclibc.org
2007-10-21 12:02 vanokuten at uclibc.org
2007-05-15 11:23 aldot at uclibc.org
2006-12-13 23:08 aldot at uclibc.org
2006-11-29 12:59 aldot at uclibc.org
2006-08-25  2:13 andersen at uclibc.org

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=20061003084035.GB4585@aon.at \
    --to=rep.nop@aon.at \
    --cc=buildroot@busybox.net \
    /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.