From: <jh...@us...> - 2009-11-14 00:51:04
|
Revision: 151 http://etch.svn.sourceforge.net/etch/?rev=151&view=rev Author: jheiss Date: 2009-11-14 00:15:12 +0000 (Sat, 14 Nov 2009) Log Message: ----------- Mark file as deprecated, moving build instructions to rake. Make, how do I hate thee? Let me count the ways... Modified Paths: -------------- trunk/client/Makefile Modified: trunk/client/Makefile =================================================================== --- trunk/client/Makefile 2009-11-14 00:14:00 UTC (rev 150) +++ trunk/client/Makefile 2009-11-14 00:15:12 UTC (rev 151) @@ -1,3 +1,5 @@ +# Deprecated, see Rakefile + BUILDROOT=/var/tmp/etch-client-buildroot # Grab the current version from the library VER=$(shell ruby -e "$$:.unshift('.'); require 'etchclient'; puts Etch::Client::VERSION") @@ -10,7 +12,6 @@ rpm --quiet -q ruby || sudo yum install ruby # And the package which contains the rpmbuild command rpm --quiet -q rpm-build || sudo yum install rpm-build -TMPSPEC = etch-client-temp.spec rpm: etch-client.spec # # Create package file structure in build root This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |