diff options
| author | Jason Evans <je@fb.com> | 2013-12-05 21:43:46 -0800 |
|---|---|---|
| committer | Jason Evans <je@fb.com> | 2013-12-05 21:44:25 -0800 |
| commit | dc1bed62272045651e4bbf2cd85f6fccaf7b1331 (patch) | |
| tree | e747d2cd0c699e1335eb1ca9322853ce49954973 /include/jemalloc/jemalloc.sh | |
| parent | 14990b83d1dffe04638df0c09eb1a5c3b1118462 (diff) | |
| download | platform_external_jemalloc_new-dc1bed62272045651e4bbf2cd85f6fccaf7b1331.tar.gz platform_external_jemalloc_new-dc1bed62272045651e4bbf2cd85f6fccaf7b1331.tar.bz2 platform_external_jemalloc_new-dc1bed62272045651e4bbf2cd85f6fccaf7b1331.zip | |
Fix more test refactoring issues.
Diffstat (limited to 'include/jemalloc/jemalloc.sh')
| -rwxr-xr-x | include/jemalloc/jemalloc.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/jemalloc/jemalloc.sh b/include/jemalloc/jemalloc.sh index 00a0b76c..f5da79c8 100755 --- a/include/jemalloc/jemalloc.sh +++ b/include/jemalloc/jemalloc.sh @@ -11,8 +11,9 @@ extern "C" { EOF -for hdr in jemalloc_macros.h jemalloc_protos.h jemalloc_mangle.h ; do - cat "${objroot}include/jemalloc/${hdr}" +for hdr in jemalloc_defs.h jemalloc_macros.h jemalloc_protos.h \ + jemalloc_mangle.h ; do + cat "${objroot}include/jemalloc/${hdr}" | grep -v 'Generated from .* by configure\.' echo done |
