[csw-devel] SF.net SVN: gar:[14081] csw/mgar/gar/v2/categories/rbgems/category.mk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Apr 6 03:29:35 CEST 2011
Revision: 14081
http://gar.svn.sourceforge.net/gar/?rev=14081&view=rev
Author: bdwalton
Date: 2011-04-06 01:29:35 +0000 (Wed, 06 Apr 2011)
Log Message:
-----------
.buildsys/v2/categories/rbgems: ensure we strip binary objects in the gem install directory
Modified Paths:
--------------
csw/mgar/gar/v2/categories/rbgems/category.mk
Modified: csw/mgar/gar/v2/categories/rbgems/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/rbgems/category.mk 2011-04-06 01:27:19 UTC (rev 14080)
+++ csw/mgar/gar/v2/categories/rbgems/category.mk 2011-04-06 01:29:35 UTC (rev 14081)
@@ -54,6 +54,8 @@
TEST_SCRIPTS ?=
INSTALL_SCRIPTS ?= rbgem
+STRIP_DIRS ?= $(shell for f in `find $(DESTDIR)$(GEMDIR) -name '*so'`; do dirname $$f; done)
+
# Allow splitting of documentation automatically
PKGFILES_CSWgem-$(GEMPKGNAME)-doc ?= $(GEMDIR)/doc/.*
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