20327999 libpopt needs a lint library
authorNorm Jacobs <Norm.Jacobs@Sun.COM>
Mon, 12 Jan 2015 12:51:22 -0600
changeset 3675 7879bc79abbf
parent 3674 d3ebbd68691f
child 3680 4dc408325e7e
20327999 libpopt needs a lint library
components/popt/Makefile
components/popt/llib-lpopt
components/popt/popt.p5m
--- a/components/popt/Makefile	Thu Jan 22 16:34:37 2015 -0800
+++ b/components/popt/Makefile	Mon Jan 12 12:51:22 2015 -0600
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -40,6 +40,7 @@
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
+include ../../make-rules/lint-libraries.mk
 
 COMPONENT_PREP_ACTION = \
         (cd $(@D) ; \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/popt/llib-lpopt	Mon Jan 12 12:51:22 2015 -0600
@@ -0,0 +1,8 @@
+/*
+ * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ */
+
+/* LINTLIBRARY */
+/* PROTOLIB1 */
+
+#include <popt.h>
--- a/components/popt/popt.p5m	Thu Jan 22 16:34:37 2015 -0800
+++ b/components/popt/popt.p5m	Mon Jan 12 12:51:22 2015 -0600
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
@@ -39,9 +39,12 @@
 link path=usr/lib/$(MACH64)/libpopt.so target=libpopt.so.0.0.0
 link path=usr/lib/$(MACH64)/libpopt.so.0 target=libpopt.so.0.0.0
 file path=usr/lib/$(MACH64)/libpopt.so.0.0.0
+file path=usr/lib/$(MACH64)/llib-lpopt.ln
 link path=usr/lib/libpopt.so target=libpopt.so.0.0.0
 link path=usr/lib/libpopt.so.0 target=libpopt.so.0.0.0
 file path=usr/lib/libpopt.so.0.0.0
+file path=usr/lib/llib-lpopt
+file path=usr/lib/llib-lpopt.ln
 file libpopt.3 path=usr/share/man/man3/libpopt.3
 license popt.license license=MIT