You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2009/03/02 18:51:59 UTC

svn commit: r749380 - /qpid/trunk/qpid/ruby/Makefile

Author: tross
Date: Mon Mar  2 17:51:59 2009
New Revision: 749380

URL: http://svn.apache.org/viewvc?rev=749380&view=rev
Log:
Added 'build' target to make the Makefile more standard

Modified:
    qpid/trunk/qpid/ruby/Makefile

Modified: qpid/trunk/qpid/ruby/Makefile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/ruby/Makefile?rev=749380&r1=749379&r2=749380&view=diff
==============================================================================
--- qpid/trunk/qpid/ruby/Makefile (original)
+++ qpid/trunk/qpid/ruby/Makefile Mon Mar  2 17:51:59 2009
@@ -24,7 +24,7 @@
 
 .PHONY: spec_cache all clean distclean
 
-all : $(SASL_MODULE) spec_cache
+all : build
 
 $(SASL_MODULE) : $(SASL_DIR)/sasl.c
 	cd $(SASL_DIR);	ruby extconf.rb
@@ -36,6 +36,8 @@
 	ruby -I $(RUBY_LIB) -I $(SASL_DIR) $(SPEC_CACHE_SCRIPT)
 	rm $(SPEC_CACHE_SCRIPT)
 
+build: $(SASL_MODULE) spec_cache
+
 clean:
 	cd $(SASL_DIR); make clean
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org