[csw-devel] SF.net SVN: gar:[11004] csw/mgar/pkg/ruby/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Sep 19 04:38:07 CEST 2010


Revision: 11004
          http://gar.svn.sourceforge.net/gar/?rev=11004&view=rev
Author:   bdwalton
Date:     2010-09-19 02:38:07 +0000 (Sun, 19 Sep 2010)

Log Message:
-----------
ruby: standard rbconfig is .SOS12 now, not .SOS11

Modified Paths:
--------------
    csw/mgar/pkg/ruby/trunk/Makefile

Modified: csw/mgar/pkg/ruby/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby/trunk/Makefile	2010-09-19 02:21:39 UTC (rev 11003)
+++ csw/mgar/pkg/ruby/trunk/Makefile	2010-09-19 02:38:07 UTC (rev 11004)
@@ -130,9 +130,9 @@
 
 multiconfig:
 	@echo "Setting up the CSW rbconfig stuff so we can switch between compilers"
-	@mv $(DESTDIR)$(RBCONFIG) $(DESTDIR)$(RBCONFIG).SOS11
+	@mv $(DESTDIR)$(RBCONFIG) $(DESTDIR)$(RBCONFIG).SOS12
 	@gcp $(FILEDIR)/rbconfig.rb.GCC4.$(GARCH) $(DESTDIR)/$(RBCONFIG).GCC4
-	@gln -n -s $(RBCONFIG).SOS11 $(DESTDIR)$(RBCONFIG)
+	@gln -n -s $(RBCONFIG).SOS12 $(DESTDIR)$(RBCONFIG)
 	@gcp $(FILEDIR)/cswrbconfig $(DESTDIR)/opt/csw/bin/
 	@chmod 755 $(DESTDIR)/opt/csw/bin/cswrbconfig
 	@ginstall -c -d -m 0755 $(DESTDIR)$(docdir)/ruby/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list