summaryrefslogtreecommitdiff
path: root/mk/buildlink3/libtool-post-cache
diff options
context:
space:
mode:
Diffstat (limited to 'mk/buildlink3/libtool-post-cache')
-rw-r--r--mk/buildlink3/libtool-post-cache12
1 files changed, 12 insertions, 0 deletions
diff --git a/mk/buildlink3/libtool-post-cache b/mk/buildlink3/libtool-post-cache
new file mode 100644
index 00000000000..ebb93ec9f42
--- /dev/null
+++ b/mk/buildlink3/libtool-post-cache
@@ -0,0 +1,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