From d9bb106726d3cc83475da536b4dbaeabac3740dd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 15 Sep 1999 15:10:20 +0000 Subject: added third, tiny version number to arguments --- bin/mklib.solaris | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'bin/mklib.solaris') diff --git a/bin/mklib.solaris b/bin/mklib.solaris index 218665708a..5a26a355c0 100644 --- a/bin/mklib.solaris +++ b/bin/mklib.solaris @@ -5,9 +5,12 @@ #--identification------------------------------------------------------ -# $Id: mklib.solaris,v 1.1 1999/08/19 13:53:06 brianp Exp $ +# $Id: mklib.solaris,v 1.2 1999/09/15 15:10:20 brianp Exp $ # $Log: mklib.solaris,v $ +# Revision 1.2 1999/09/15 15:10:20 brianp +# added third, tiny version number to arguments +# # Revision 1.1 1999/08/19 13:53:06 brianp # initial check-in (post-crash) # @@ -15,13 +18,6 @@ #--common-------------------------------------------------------------- -# Usage: mklib libname major minor file.o ... -# -# First argument is name of output library (LIBRARY) -# Second arg is major version number (MAJOR) -# Third arg is minor version number (MINOR) -# Rest of arguments are object files (OBJECTS) - LIBRARY=$1 shift 1 @@ -31,6 +27,9 @@ shift 1 MINOR=$1 shift 1 +TINY=$1 +shift 1 + OBJECTS=$* #--platform------------------------------------------------------------- -- cgit v1.2.3