ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/gar/bin/orig_fixlibtool
Revision: 1
Committed: Sat Jun 20 14:58:51 2026 UTC (4 weeks, 3 days ago) by operz
File size: 588 byte(s)
Log Message:
Initial import of OZSW mgar build tree

File Contents

# Content
1 #!/bin/ksh
2 #
3 # $Id$
4 #
5 # Copyright 2006 Cory Omand <comand@blastwave.org>
6 # All rights reserved. Use is subject to license terms.
7 #
8 # Redistribution and/or use, with or without modification, is
9 # permitted. This software is without warranty of any kind. The
10 # author(s) shall not be liable in the event that use of the
11 # software causes damage.
12 #
13 # fixlibtool - remove build-only settings from libtool .la files
14 #
15
16 # Remove references to temporary directories
17 perl -i -plne '
18 if (/^dependency_libs/) {
19 s# -[ILR]\s*/tmp\S+##g;
20 s# -[ILR]\s*/\S+/ # #g;
21 }
22 ' $@
23

Properties

Name Value
svn:executable *