- add and use BR2_BZCAT config option.

This commit is contained in:
Bernhard Reutner-Fischer
2006-11-17 15:43:51 +00:00
parent b9cc4a53a5
commit 6e2823c1fa
67 changed files with 146 additions and 87 deletions

View File

@@ -6,7 +6,7 @@
GAWK_VER:=3.1.5
GAWK_SOURCE:=gawk-$(GAWK_VER).tar.bz2
GAWK_SITE:=http://ftp.gnu.org/pub/gnu/gawk
GAWK_CAT:=bzcat
GAWK_CAT:=$(BZCAT)
GAWK_DIR:=$(BUILD_DIR)/gawk-$(GAWK_VER)
GAWK_BINARY:=gawk
GAWK_TARGET_BINARY:=usr/bin/gawk