From a3ef82b068b46a4c0058f25ec61145afab81b8ab Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Wed, 18 Oct 2006 13:43:35 +0100 Subject: Avoid need for GREP variable by avoiding GNUisms. The only one we appear to have is use of '-q'. Replace it with redirection to /dev/null. Also avoid use of 'tail' by replacing with 'head' or 'grep' as appropriate. Signed-off-by: Keir Fraser --- config/Linux.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/Linux.mk') diff --git a/config/Linux.mk b/config/Linux.mk index 91363906d1..be9fab97df 100644 --- a/config/Linux.mk +++ b/config/Linux.mk @@ -11,8 +11,6 @@ STRIP = $(CROSS_COMPILE)strip OBJCOPY = $(CROSS_COMPILE)objcopy OBJDUMP = $(CROSS_COMPILE)objdump -GREP = grep - INSTALL = install INSTALL_DIR = $(INSTALL) -d -m0755 INSTALL_DATA = $(INSTALL) -m0644 -- cgit v1.2.3