Remove status message from OSF/1 shared library build
authorPaul Park <pjpark@mit.edu>
Fri, 16 Jun 1995 15:25:37 +0000 (15:25 +0000)
committerPaul 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

index eae351bc6c724d75dac6bceecbe35a874e7b1b0c..71eba9a2953837f7e49a6cb9133403bcea630d3f 100644 (file)
@@ -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
        ;;
 
 *)