[Stlport-cvs] STLport/build/Makefiles/gmake/sunos targetsys.mak,STLPORT_5_0,NONE,1.1.2.1 sys.mak,STL
Brought to you by:
complement
|
From: Petr O. <com...@us...> - 2005-09-11 06:27:45
|
Update of /cvsroot/stlport/STLport/build/Makefiles/gmake/sunos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20375/build/Makefiles/gmake/sunos Modified Files: Tag: STLPORT_5_0 sys.mak Added Files: Tag: STLPORT_5_0 targetsys.mak Log Message: hosting machine and target platform are different --- NEW FILE: targetsys.mak --- # Time-stamp: <05/09/09 21:08:34 ptr> # $Id: targetsys.mak,v 1.1.2.1 2005/09/11 06:27:35 complement Exp $ SO := so ARCH := a AR := ar AR_INS_R := -rs AR_EXTR := -x AR_OUT = $@ Index: sys.mak =================================================================== RCS file: /cvsroot/stlport/STLport/build/Makefiles/gmake/sunos/sys.mak,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- sys.mak 24 Dec 2004 11:31:16 -0000 1.1.2.1 +++ sys.mak 11 Sep 2005 06:27:35 -0000 1.1.2.2 @@ -1,17 +1,10 @@ -# Time-stamp: <04/03/03 15:49:24 ptr> +# Time-stamp: <05/09/09 21:10:32 ptr> # $Id$ -SO := so - -ARCH := a -AR := ar -AR_INS_R := -rs -AR_EXTR := -x -AR_OUT = $@ - INSTALL := /usr/ucb/install INSTALL_SO := ${INSTALL} -c -m 0755 INSTALL_A := ${INSTALL} -c -m 0644 INSTALL_EXE := ${INSTALL} -c -m 0755 +EXT_TEST := /usr/bin/test |