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

hson at users.sourceforge.net hson at users.sourceforge.net
Mon Mar 29 20:07:03 CEST 2010


Revision: 9449
          http://gar.svn.sourceforge.net/gar/?rev=9449&view=rev
Author:   hson
Date:     2010-03-29 18:07:03 +0000 (Mon, 29 Mar 2010)

Log Message:
-----------
tcl: Create symlink to tcl8.5.

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

Modified: csw/mgar/pkg/tcl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcl/trunk/Makefile	2010-03-29 17:09:53 UTC (rev 9448)
+++ csw/mgar/pkg/tcl/trunk/Makefile	2010-03-29 18:07:03 UTC (rev 9449)
@@ -59,9 +59,31 @@
 	@$(MAKECOOKIE)
 
 post-install-isa-sparcv8:
+	@# Install legacy libs
+	@echo Installing legacy files
 	@( cd $(INSTALLISADIR); xz -dc $(CURDIR)/$(FILEDIR)/8.4.sparc.tar.xz | tar xf -)
+	@# Need to manually create symlink to latest version
+	@echo Creating tclsh link
+	@ln -s tclsh.5 $(INSTALLISADIR)/$(bindir)/tclsh
 	@$(MAKECOOKIE)
 
+post-install-isa-sparcv9:
+	@# Need to manually create symlink to latest version
+	@echo Creating tclsh link
+	@ln -s tclsh.5 $(INSTALLISADIR)/$(bindir)/tclsh
+	@$(MAKECOOKIE)
+
 post-install-isa-i386:
+	@# Install legacy libs
+	@echo Installing legacy files
 	@( cd $(INSTALLISADIR); xz -dc $(CURDIR)/$(FILEDIR)/8.4.i386.tar.xz | tar xf -)
+	@# Need to manually create symlink to latest version
+	@echo Creating tclsh link
+	@ln -s tclsh.5 $(INSTALLISADIR)/$(bindir)/tclsh
 	@$(MAKECOOKIE)
+
+post-install-isa-amd64:
+	@# Need to manually create symlink to latest version
+	@echo Creating tclsh link
+	@ln -s tclsh.5 $(INSTALLISADIR)/$(bindir)/tclsh
+	@$(MAKECOOKIE)


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