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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Nov 15 05:04:22 CET 2009


Revision: 7292
          http://gar.svn.sourceforge.net/gar/?rev=7292&view=rev
Author:   bdwalton
Date:     2009-11-15 04:04:21 +0000 (Sun, 15 Nov 2009)

Log Message:
-----------
ruby: tweak the way rbconfig.rb.SOS11 is symlinked initially

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

Modified: csw/mgar/pkg/ruby/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby/trunk/Makefile	2009-11-15 01:58:23 UTC (rev 7291)
+++ csw/mgar/pkg/ruby/trunk/Makefile	2009-11-15 04:04:21 UTC (rev 7292)
@@ -125,7 +125,7 @@
 	@echo "Setting up the CSW rbconfig stuff so we can switch between compilers"
 	@mv $(DESTDIR)$(RBCONFIG) $(DESTDIR)$(RBCONFIG).SOS11
 	@gcp $(FILEDIR)/rbconfig.rb.GCC4.$(GARCH) $(DESTDIR)/$(RBCONFIG).GCC4
-	@gln -s $(RBCONFIG).SOS11 $(DESTDIR)$(RBCONFIG)
+	@gln -n -s $(RBCONFIG).SOS11 $(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