[csw-devel] SF.net SVN: gar:[7793] csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Dec 30 11:15:49 CET 2009


Revision: 7793
          http://gar.svn.sourceforge.net/gar/?rev=7793&view=rev
Author:   wahwah
Date:     2009-12-30 10:15:48 +0000 (Wed, 30 Dec 2009)

Log Message:
-----------
mysql5: Don't try to create /opt/csw/bin/{amd64,sparcv9}

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile	2009-12-30 09:48:25 UTC (rev 7792)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile	2009-12-30 10:15:48 UTC (rev 7793)
@@ -204,6 +204,8 @@
 	# Create symlinks to binaries
 	ginstall -m 755 -d $(PKGROOT)$(global_bindir)
 	for f in $(PKGROOT)$(bindir)/*; do \
+		if echo $$f | grep amd64$$; then continue; fi; \
+		if echo $$f | grep sparcv9$$; then continue; fi; \
 		ln -s ../$(GARNAME)/bin/`basename $$f` \
 		      $(PKGROOT)$(global_bindir)/`basename $$f`; \
 	done


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