Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/dnsmasq
Date: Wed, 18 Jun 2008 15:21:08 +0200	[thread overview]
Message-ID: <20080618132108.GA1460@mx.loc> (raw)
In-Reply-To: <20080618131201.C636C3C7AE@busybox.net>

On Wed, Jun 18, 2008 at 06:12:01AM -0700, jacmet at uclibc.org wrote:
>Author: jacmet
>Date: 2008-06-18 06:12:00 -0700 (Wed, 18 Jun 2008)
>New Revision: 22413
>
>Log:
>dnsmasq: use awk instead of nawk

ok my box didn't come with awk so i installed gawk (which is awk
compatible) in /opt/mystuff/bin/gawk.
/opt/mystuff is not in my PATH and build via
$ SED=/opt/mystuff/bin/sed AWK=/opt/mystuff/bin/gawk make


>Modified:
>   trunk/buildroot/package/dnsmasq/dnsmasq.mk
>
>
>Changeset:
>Modified: trunk/buildroot/package/dnsmasq/dnsmasq.mk
>===================================================================
>--- trunk/buildroot/package/dnsmasq/dnsmasq.mk	2008-06-18 13:11:52 UTC (rev 22412)
>+++ trunk/buildroot/package/dnsmasq/dnsmasq.mk	2008-06-18 13:12:00 UTC (rev 22413)
>@@ -43,7 +43,7 @@
> 	$(SED) 's^.*#define HAVE_DBUS.*^/* #define HAVE_DBUS */^' \
> 		$(DNSMASQ_DIR)/src/config.h
> endif
>-	$(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" \
>+	$(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" AWK=awk \
> 		COPTS='$(DNSMASQ_COPTS)' PREFIX=/usr -C $(DNSMASQ_DIR)
> 	touch -c $@
> 

  reply	other threads:[~2008-06-18 13:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-18 13:12 [Buildroot] svn commit: trunk/buildroot/package/dnsmasq jacmet at uclibc.org
2008-06-18 13:21 ` Bernhard Fischer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-02-12 13:39 jacmet at uclibc.org
2008-12-01  9:08 jacmet at uclibc.org
2008-08-08 18:15 jacmet at uclibc.org
2008-06-15 20:44 jacmet at uclibc.org
2008-03-02 14:36 jacmet at uclibc.org
2008-03-02 14:36 jacmet at uclibc.org
2008-03-02 14:36 jacmet at uclibc.org
2008-03-02 14:36 jacmet at uclibc.org
2007-09-10  9:05 jacmet at uclibc.org
2007-09-10  9:04 jacmet at uclibc.org
2007-08-20  9:25 ulf at uclibc.org
2007-07-23  8:54 ulf at uclibc.org
2007-07-23  8:47 ulf 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=20080618132108.GA1460@mx.loc \
    --to=rep.dot.nop@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox