mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
2003-02-23 Roland McGrath <roland@redhat.com>
* Makefile (nptl-version): Change regexp so case sensitivity is ok.
This commit is contained in:
parent
ecf289594a
commit
f83b9d2107
@ -21,7 +21,7 @@
|
||||
#
|
||||
subdir := nptl
|
||||
|
||||
nptl-version := $(shell sed -n 's/^.*$(subdir) \([0-9.]*\).*$$/\1/p' Banner)
|
||||
nptl-version := $(shell sed -n 's/^[^0-9]* \([0-9.]*\).*$$/\1/p' Banner)
|
||||
|
||||
headers := pthread.h semaphore.h bits/semaphore.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user