diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Banner | 1 | ||||
-rw-r--r-- | nptl/Makefile | 5 | ||||
-rw-r--r-- | nptl/version.c | 4 |
3 files changed, 2 insertions, 8 deletions
diff --git a/nptl/Banner b/nptl/Banner deleted file mode 100644 index 8c88d52..0000000 --- a/nptl/Banner +++ /dev/null @@ -1 +0,0 @@ -Native POSIX Threads Library diff --git a/nptl/Makefile b/nptl/Makefile index 9925f0f..d819349 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -677,11 +677,6 @@ generated += libpthread_nonshared.a \ generated += $(objpfx)tst-atfork2.mtrace \ $(addsuffix .so,$(strip $(modules-names))) -$(objpfx)version.d: $(objpfx)banner.h -$(objpfx)version.os: $(objpfx)banner.h -$(objpfx)banner.h: Banner - sed 's/\(.*\)/"\1\\n"/' $< > $@ -generated += banner.h # Give libpthread.so an entry point and make it directly runnable itself. LDFLAGS-pthread.so += -e __nptl_main # pt-interp.c exists just to get the runtime linker path into libpthread.so. diff --git a/nptl/version.c b/nptl/version.c index d9513fb..313eb0c 100644 --- a/nptl/version.c +++ b/nptl/version.c @@ -22,8 +22,8 @@ static const char banner[] = -#include "banner.h" -"Copyright (C) 2017 Free Software Foundation, Inc.\n\ +"Native POSIX Threads Library\n\ +Copyright (C) 2017 Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ PARTICULAR PURPOSE.\n" |