pkgsrc/mk/buildlink3/libtool-post-cache
jlam 841b57441b Merge pkgviews-mk branch into the HEAD by running:
cd pkgsrc/mk
	cvs update -Pd -A
	cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
2003-09-02 06:59:37 +00:00

12 lines
438 B
Text

# $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