public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Re: scripts/crosstool-NG.sh.in: patch regex to work with BSD grep
@ 2014-10-16 14:52 Jason T. Masker
  2014-10-21 17:01 ` [RESEND] [PATCH] " Andreas Bießmann
  2014-10-21 17:20 ` [RESENT] [PATCH v2] " Andreas Bießmann
  0 siblings, 2 replies; 4+ messages in thread
From: Jason T. Masker @ 2014-10-16 14:52 UTC (permalink / raw)
  To: crossgcc

Updated patch to also fix change another occurrence, found in
kconfig/kconfig.mk.


diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk
index cb9f91c..06e022c 100644
--- a/kconfig/kconfig.mk
+++ b/kconfig/kconfig.mk
@@ -38,7 +38,7 @@ defconfig:
 # Always be silent, the stdout an be >.config
 extractconfig:
  @$(awk) 'BEGIN { dump=0; }                                                  \
-         dump==1 && $$0~/^\[.....\][[:space:]]+(# |)CT_/ {                  \
+         dump==1 && $$0~/^\[.....\][[:space:]]+(# )?CT_/ {                  \
              $$1="";                                                        \
              gsub("^[[:space:]]","");                                       \
              print;                                                         \
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index cd65d5b..53ac552 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -125,7 +125,7 @@ CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}"
 # We really need to extract from ,config and not .config.2, as we
 # do want the kconfig's values, not our mangled config with arrays.
 CT_DoStep DEBUG "Dumping user-supplied crosstool-NG configuration"
-CT_DoExecLog DEBUG ${grep} -E '^(# |)CT_' .config
+CT_DoExecLog DEBUG ${grep} -E '^(# )?CT_' .config
 CT_EndStep

 CT_DoLog DEBUG "Unsetting and unexporting MAKEFLAGS"

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-05 11:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-16 14:52 scripts/crosstool-NG.sh.in: patch regex to work with BSD grep Jason T. Masker
2014-10-21 17:01 ` [RESEND] [PATCH] " Andreas Bießmann
2014-10-21 17:20 ` [RESENT] [PATCH v2] " Andreas Bießmann
2014-12-05 11:16   ` Bryan Hundven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).