[Buildroot] svn commit: trunk/buildroot/package/dnsmasq

Bernhard Fischer rep.dot.nop at gmail.com
Wed Jun 18 13:21:08 UTC 2008


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 $@
> 



More information about the buildroot mailing list