From def1aea2b21f2a6151821ad72fa9657514f81392 Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Mon, 15 Aug 2016 09:29:16 +0000 Subject: [PATCH] /usr/bin/grep does not support -f --- components/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Makefile b/components/Makefile index d66cac7a5..80069b166 100644 --- a/components/Makefile +++ b/components/Makefile @@ -35,7 +35,7 @@ $(WS_TOP)/components/$(ENCUMBERED)components.mk: # Makefile # $(WS_TOP)/componen @echo "Generating component list..." @$(BASS_O_MATIC) --workspace=$(WS_TOP) --components=paths \ | sed -e 's;^$(shell pwd)/;;' \ - | grep -f components.whitelist \ + | /usr/xpg4/bin/grep -f components.whitelist \ | sed -f components.ignore \ | sed -e 's;^;COMPONENT_DIRS += ;g' >$@ -- 2.11.4.GIT