diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-09-14 16:02:06 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-09-14 16:02:06 +0200 |
commit | a0a9b6e376b75c07b4f65f270f008ce035bbf536 (patch) | |
tree | 631d70c64f836515b95b6c204fa73bb396efa284 /sysdeps/nptl | |
parent | 02bbfb414f367c73196e6f23fa7435a08c92449f (diff) | |
download | glibc-a0a9b6e376b75c07b4f65f270f008ce035bbf536.tar.gz glibc-a0a9b6e376b75c07b4f65f270f008ce035bbf536.tar.xz glibc-a0a9b6e376b75c07b4f65f270f008ce035bbf536.zip |
Remove the ptw-% patterns
Nothing depends on the PTW macro anymore, so the mechanism to define PTW for recompliations of libc routines is no longer needed. The source files are still recompiled for the nptl directory, just without the “ptw-” prefix. (Reducing the number of pattern rules in sysd-rules is critical for improving make performance.)
Diffstat (limited to 'sysdeps/nptl')
-rw-r--r-- | sysdeps/nptl/Makeconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/nptl/Makeconfig b/sysdeps/nptl/Makeconfig index 2f4918d112..babee94746 100644 --- a/sysdeps/nptl/Makeconfig +++ b/sysdeps/nptl/Makeconfig @@ -26,7 +26,3 @@ shared-thread-library = $(common-objpfx)nptl/libpthread_nonshared.a \ static-thread-library = $(common-objpfx)nptl/libpthread.a rpath-dirs += nptl - -# This makes for ptw-*.? object rules in sysd-rules. -ptw-CPPFLAGS := -DPTW -sysd-rules-patterns += ptw-%:% |