blob: ebb93ec9f429da54340c22c374d9cd0b7543aad0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: libtool-post-cache,v 1.2 2003/09/02 06:59:57 jlam Exp $
#
# This file implements the default action of the "libtool" private
# cache, and tells the libtool wrapper to skip the common cache lookup
# for all directories and library args that may reference a locally
# linked libtool archive; the appropriate action will be taken instead
# by libtool-post-logic.
-L.|-L./*|-L..*|-L[!/]*|-L${WRKSRC}*|-l*)
skipcache=yes
;;
esac
|