mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 02:34:17 +08:00
added third, tiny version number to arguments
This commit is contained in:
parent
210ef19797
commit
d9bb106726
@ -6,9 +6,12 @@
|
||||
|
||||
#--identification------------------------------------------------------
|
||||
|
||||
# $Id: mklib.aix,v 1.1 1999/08/19 13:52:56 brianp Exp $
|
||||
# $Id: mklib.aix,v 1.2 1999/09/15 15:10:20 brianp Exp $
|
||||
|
||||
# $Log: mklib.aix,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:52:56 brianp
|
||||
# initial check-in (post-crash)
|
||||
#
|
||||
@ -16,13 +19,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
|
||||
|
||||
@ -32,6 +28,9 @@ shift 1
|
||||
MINOR=$1
|
||||
shift 1
|
||||
|
||||
TINY=$1
|
||||
shift 1
|
||||
|
||||
OBJECTS=$*
|
||||
|
||||
#--platform------------------------------------------------------------
|
||||
|
@ -4,9 +4,12 @@
|
||||
|
||||
#--identification------------------------------------------------------
|
||||
|
||||
# $Id: mklib.ar-ruv,v 1.1 1999/08/19 13:52:57 brianp Exp $
|
||||
# $Id: mklib.ar-ruv,v 1.2 1999/09/15 15:10:20 brianp Exp $
|
||||
|
||||
# $Log: mklib.ar-ruv,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:52:57 brianp
|
||||
# initial check-in (post-crash)
|
||||
#
|
||||
@ -14,13 +17,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
|
||||
|
||||
@ -30,6 +26,9 @@ shift 1
|
||||
MINOR=$1
|
||||
shift 1
|
||||
|
||||
TINY=$1
|
||||
shift 1
|
||||
|
||||
OBJECTS=$*
|
||||
|
||||
#--platform-------------------------------------------------------------
|
||||
|
@ -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-------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user