[csw-devel] SF.net SVN: gar:[4716] csw/mgar/gar/v2/bin/fixlibtool
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Wed May 6 18:10:48 CEST 2009
Revision: 4716
http://gar.svn.sourceforge.net/gar/?rev=4716&view=rev
Author: valholla
Date: 2009-05-06 16:10:45 +0000 (Wed, 06 May 2009)
Log Message:
-----------
fixlibtool del
Removed Paths:
-------------
csw/mgar/gar/v2/bin/fixlibtool
Deleted: csw/mgar/gar/v2/bin/fixlibtool
===================================================================
--- csw/mgar/gar/v2/bin/fixlibtool 2009-05-06 16:10:16 UTC (rev 4715)
+++ csw/mgar/gar/v2/bin/fixlibtool 2009-05-06 16:10:45 UTC (rev 4716)
@@ -1,22 +0,0 @@
-#!/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;
- }
- ' $@
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