[csw-devel] SF.net SVN: gar:[13571] csw/mgar/pkg/ruby18/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Mar 5 04:47:28 CET 2011
Revision: 13571
http://gar.svn.sourceforge.net/gar/?rev=13571&view=rev
Author: bdwalton
Date: 2011-03-05 03:47:28 +0000 (Sat, 05 Mar 2011)
Log Message:
-----------
drop suffixbins, bite the bullet and go for program suffix option to configure
Modified Paths:
--------------
csw/mgar/pkg/ruby18/trunk/Makefile
Modified: csw/mgar/pkg/ruby18/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby18/trunk/Makefile 2011-03-05 03:10:28 UTC (rev 13570)
+++ csw/mgar/pkg/ruby18/trunk/Makefile 2011-03-05 03:47:28 UTC (rev 13571)
@@ -111,6 +111,7 @@
CONFIGURE_ARGS += --with-readline-dir=$(prefix)
CONFIGURE_ARGS += --with-zlib-dir=$(prefix)
CONFIGURE_ARGS += --enable-install-doc
+CONFIGURE_ARGS += --program-suffix=18
INSTALL_ARGS = install
@@ -164,7 +165,7 @@
RBCONFIG = /opt/csw/lib/ruby/1.8/$(GARCH)-solaris2.9/rbconfig.rb
-PI_TARGETS = samples rbconfig rbscripts rubymode suffixbins
+PI_TARGETS = samples rbconfig rbscripts rubymode
ifndef USEGCC
PI_TARGETS += multiconfig
endif
@@ -172,11 +173,6 @@
post-install-modulated: $(PI_TARGETS)
@$(MAKECOOKIE)
-suffixbins:
- @echo "Making binaries use 18 suffix"
- @(cd $(DESTDIR)$(bindir); for f in *; do mv $$f $${f}18; done)
- @$(MAKECOOKIE)
-
multiconfig:
@echo "Setting up the CSW rbconfig stuff so we can switch between compilers"
@mv $(DESTDIR)$(RBCONFIG) $(DESTDIR)$(RBCONFIG).SOS12
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