public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] add inc to list of suffix in libsanitizer/merge.sh
@ 2013-01-18 17:39 Jack Howarth
  2013-01-18 17:55 ` Konstantin Serebryany
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Howarth @ 2013-01-18 17:39 UTC (permalink / raw)
  To: gcc-patches; +Cc: jakub, dodji, kcc, dvyukov

   Upstream llvm compiler-rts asan subdirectory now includes files with the *.inc suffix.
The attached patch adds this new suffix to the list of merged files. Okay for gcc trunk?
          Jack

libsanitizer/


2013-01-18  Jack Howarth <howarth@bromo.med.uc.edu>

	merge.sh: Add inc suffix for merged file listing.

Index: libsanitizer/merge.sh
===================================================================
--- libsanitizer/merge.sh	(revision 195295)
+++ libsanitizer/merge.sh	(working copy)
@@ -16,7 +16,7 @@ get_current_rev() {
 }
 
 list_files() {
-  (cd $1; ls *.{cc,h} 2> /dev/null)
+  (cd $1; ls *.{cc,h,inc} 2> /dev/null)
 
 }
 

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

* Re: [PATCH] add inc to list of suffix in libsanitizer/merge.sh
  2013-01-18 17:39 [PATCH] add inc to list of suffix in libsanitizer/merge.sh Jack Howarth
@ 2013-01-18 17:55 ` Konstantin Serebryany
  0 siblings, 0 replies; 2+ messages in thread
From: Konstantin Serebryany @ 2013-01-18 17:55 UTC (permalink / raw)
  To: Jack Howarth; +Cc: gcc-patches, jakub, dodji, kcc, dvyukov

ok, thanks!
(that was quick!)

--kcc

On Fri, Jan 18, 2013 at 9:39 PM, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
>    Upstream llvm compiler-rts asan subdirectory now includes files with the *.inc suffix.
> The attached patch adds this new suffix to the list of merged files. Okay for gcc trunk?
>           Jack
>
> libsanitizer/
>
>
> 2013-01-18  Jack Howarth <howarth@bromo.med.uc.edu>
>
>         merge.sh: Add inc suffix for merged file listing.
>
> Index: libsanitizer/merge.sh
> ===================================================================
> --- libsanitizer/merge.sh       (revision 195295)
> +++ libsanitizer/merge.sh       (working copy)
> @@ -16,7 +16,7 @@ get_current_rev() {
>  }
>
>  list_files() {
> -  (cd $1; ls *.{cc,h} 2> /dev/null)
> +  (cd $1; ls *.{cc,h,inc} 2> /dev/null)
>
>  }
>

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

end of thread, other threads:[~2013-01-18 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-18 17:39 [PATCH] add inc to list of suffix in libsanitizer/merge.sh Jack Howarth
2013-01-18 17:55 ` Konstantin Serebryany

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).