projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcfe699
)
Replace shared lib version number while rewriting.
author
drepper
<drepper>
Fri, 17 Jul 1998 12:32:10 +0000
(12:32 +0000)
committer
drepper
<drepper>
Fri, 17 Jul 1998 12:32:10 +0000
(12:32 +0000)
debug/Makefile
patch
|
blob
|
history
diff --git
a/debug/Makefile
b/debug/Makefile
index
0826b99
..
ada992e
100644
(file)
--- a/
debug/Makefile
+++ b/
debug/Makefile
@@
-44,7
+44,8
@@
include ../Rules
$(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \
$(common-objpfx)config.make
- sed 's/@VERSION@/$(version)/;s/@SLIB@/$(slibdir)/' $< > $@.new
+ sed -e 's|@VERSION@|$(version)|' -e 's|@SLIB@|$(slibdir)|' \
+ -e 's|@SOVER@|$(libSegFault.so-version)|' $< > $@.new
chmod 555 $@.new
mv -f $@.new $@