[R-gregmisc-users] SF.net SVN: r-gregmisc:[1404] trunk/gdata/src/Makefile
Brought to you by:
warnes
From: <wa...@us...> - 2010-01-24 18:22:17
|
Revision: 1404 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1404&view=rev Author: warnes Date: 2010-01-24 18:22:08 +0000 (Sun, 24 Jan 2010) Log Message: ----------- Modify makefile to 1) clean up after build, 2) make tar non-verbose Modified Paths: -------------- trunk/gdata/src/Makefile Modified: trunk/gdata/src/Makefile =================================================================== --- trunk/gdata/src/Makefile 2010-01-24 18:19:33 UTC (rev 1403) +++ trunk/gdata/src/Makefile 2010-01-24 18:22:08 UTC (rev 1404) @@ -1,13 +1,15 @@ TARGET=Compress-Raw-Zlib-2.024 default: - tar xvf ${TARGET}.tar.gz + tar xzf ${TARGET}.tar.gz cd ${TARGET} ; \ perl Makefile.PL PREFIX=${PWD}/../inst/perl LIB=${PWD}/../inst/perl ; \ make; \ make install + # + make clean clean: rm -rf ${TARGET} rm -rf ../inst/perl/share - rm -rf ../inst/perl/darwin-2level + #rm -rf ../inst/perl/darwin-2level This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |