From 0d919f41ca6004f909ba30934722118129c2cded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 30 Jan 2017 07:21:19 +0100 Subject: [PATCH] grep would find binary content --- build/jam/MainBuildRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/MainBuildRules b/build/jam/MainBuildRules index 7fd2c1a..80db46b 100644 --- a/build/jam/MainBuildRules +++ b/build/jam/MainBuildRules @@ -222,7 +222,7 @@ rule ResComp # considered linker scripts, and thus we can use preprocessor features. actions ResComp1 { - cat "$(2[2-])" | $(CC) -E $(CCDEFS) $(HDRS) - | egrep -v '^#' | $(2[1]) $(RCHDRS) --auto-names -o "$(1)" - + cat "$(2[2-])" | $(CC) -E $(CCDEFS) $(HDRS) - | egrep -va '^#' | $(2[1]) $(RCHDRS) --auto-names -o "$(1)" - } actions XRes1