[csw-devel] SF.net SVN: gar:[4715] csw/mgar/gar/v2/bin/orig_fixlibtool

valholla at users.sourceforge.net valholla at users.sourceforge.net
Wed May 6 18:10:16 CEST 2009


Revision: 4715
          http://gar.svn.sourceforge.net/gar/?rev=4715&view=rev
Author:   valholla
Date:     2009-05-06 16:10:16 +0000 (Wed, 06 May 2009)

Log Message:
-----------
prep for new fixlibtool

Added Paths:
-----------
    csw/mgar/gar/v2/bin/orig_fixlibtool

Added: csw/mgar/gar/v2/bin/orig_fixlibtool
===================================================================
--- csw/mgar/gar/v2/bin/orig_fixlibtool	                        (rev 0)
+++ csw/mgar/gar/v2/bin/orig_fixlibtool	2009-05-06 16:10:16 UTC (rev 4715)
@@ -0,0 +1,23 @@
+#!/bin/ksh
+#
+# $Id$
+#
+# Copyright 2006 Cory Omand <comand at blastwave.org>
+# All rights reserved.  Use is subject to license terms.
+#
+# Redistribution and/or use, with or without modification, is
+# permitted.  This software is without warranty of any kind.  The
+# author(s) shall not be liable in the event that use of the
+# software causes damage.
+#
+# fixlibtool - remove build-only settings from libtool .la files
+#
+
+# Remove references to temporary directories
+perl -i -plne '
+    if (/^dependency_libs/) {
+        s# -[ILR]\s*/tmp\S+##g;
+        s# -[ILR]\s*/\S+/ # #g;
+    }
+    ' $@
+


Property changes on: csw/mgar/gar/v2/bin/orig_fixlibtool
___________________________________________________________________
Added: svn:executable
   + *


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