Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2004-06-29 Roland McGrath <roland@redhat.com>
	* Banner: NPTL no longer has its own version number.
	* Makefile (nptl-version): Variable removed.
	* sysdeps/pthread/Makefile (CFLAGS-confstr.c): Set LIBPTHREAD_VERSION
	using $(version), the glibc version number.
  • Loading branch information
Roland McGrath committed Jun 29, 2004
1 parent 0b8d139 commit 4f16d3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nptl/Banner
@@ -1 +1 @@
NPTL 0.61 by Ulrich Drepper
Native POSIX Threads Library by Ulrich Drepper et al
2 changes: 0 additions & 2 deletions nptl/Makefile
Expand Up @@ -21,8 +21,6 @@
#
subdir := nptl

nptl-version := $(shell sed -n 's/^[^0-9]* \([0-9.]*\).*$$/\1/p' Banner)

headers := pthread.h semaphore.h bits/semaphore.h

extra-libs := libpthread
Expand Down
4 changes: 2 additions & 2 deletions nptl/sysdeps/pthread/Makefile
@@ -1,4 +1,4 @@
# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.

Expand Down Expand Up @@ -48,5 +48,5 @@ endif
endif

ifeq ($(subdir),posix)
CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../nptl/Banner)\""
CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"NPTL $(version)"'
endif

0 comments on commit 4f16d3b

Please sign in to comment.