[OpenPGP:SDK svn] r591 - openpgpsdk/trunk

Ben Laurie ben at links.org
Thu Aug 21 13:38:55 BST 2008


Subversion wrote:
> Author: rachel
> Date: 2008-08-21 12:12:44 +0100 (Thu, 21 Aug 2008)
> New Revision: 591
> 
> Modified:
>    openpgpsdk/trunk/Makefile
> Log:
> Solaris tar does not have -z option so extract CUnit as 2-stage process.
> 
> 
> Modified: openpgpsdk/trunk/Makefile
> ===================================================================
> --- openpgpsdk/trunk/Makefile	2008-08-20 16:31:13 UTC (rev 590)
> +++ openpgpsdk/trunk/Makefile	2008-08-21 11:12:44 UTC (rev 591)
> @@ -49,7 +49,8 @@
>  
>  cunit:
>  	if [ ! -d CUnit-2.1-0 ]; then \
> -        	tar xvfz CUnit-2.1-0-src.tar.gz; \
> +			gunzip CUnit-2.1.0-src.tar.gz; \
> +        	tar xvf CUnit-2.1-0-src.tar; \

Indentation seems to have gone awry...

>          	(cd CUnit-2.1-0 && ./configure --prefix $(PWD) && make && make install); \
>  	fi
>  
> 
> _______________________________________________
> OpenPGPsdk-svn mailing list
> OpenPGPsdk-svn at openpgp.nominet.org.uk
> http://openpgp.nominet.org.uk/mailman/listinfo/openpgpsdk-svn
> 
> 


-- 
http://www.apache-ssl.org/ben.html           http://www.links.org/

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff


More information about the OpenPGPsdk-svn mailing list