projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc19403
)
Remove status message from OSF/1 shared library build
author
Paul Park
<pjpark@mit.edu>
Fri, 16 Jun 1995 15:25:37 +0000
(15:25 +0000)
committer
Paul Park
<pjpark@mit.edu>
Fri, 16 Jun 1995 15:25:37 +0000
(15:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6077
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/makeshlib
patch
|
blob
|
history
diff --git
a/src/util/makeshlib
b/src/util/makeshlib
index eae351bc6c724d75dac6bceecbe35a874e7b1b0c..71eba9a2953837f7e49a6cb9133403bcea630d3f 100644
(file)
--- a/
src/util/makeshlib
+++ b/
src/util/makeshlib
@@
-34,7
+34,6
@@
alpha-*-osf*)
echo ld -shared -error_unresolved $ldflags -o $library -all $FILES $libdirfl $liblist -none -lc -update_registry ../../so_locations
ld -shared -error_unresolved $ldflags -o $library -all $FILES $libdirfl $liblist -none -lc -update_registry ../../so_locations
stat=$?
- echo status is $stat
;;
*)