summaryrefslogtreecommitdiff
path: root/mk/buildlink3/libtool-post-cache
blob: 8f12ec8cb4e60d799da16f9eb0bc6892adb43a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: libtool-post-cache,v 1.1.2.2 2003/08/16 07:46:32 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