841b57441b
cd pkgsrc/mk cvs update -Pd -A cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
12 lines
438 B
Text
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
|