Print this page
make: add the manual page
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/developer-build-make.mf
+++ new/usr/src/pkg/manifests/developer-build-make.mf
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
↓ open down ↓ |
10 lines elided |
↑ open up ↑ |
11 11
12 12 # Copyright 2015, Richard Lowe.
13 13
14 14 set name=pkg.fmri value=pkg:/developer/build/make@$(PKGVERS)
15 15 set name=pkg.description value="Parallel make(1) build tool"
16 16 set name=pkg.summary value="Parallel make(1) build tool"
17 17 set name=info.classification \
18 18 value="org.opensolaris.category.2008:Development/Source Code Management"
19 19 set name=variant.arch value=$(ARCH)
20 20 dir path=usr/share/lib/make
21 +dir path=usr/share/man/man1
22 +dir path=usr/share/man/man1s
21 23 file path=usr/bin/make mode=0555
22 24 file path=usr/lib/$(ARCH64)/libmakestate.so.1
23 25 file path=usr/lib/libmakestate.so.1
24 26 file path=usr/share/lib/make/make.rules
25 27 file path=usr/share/lib/make/svr4.make.rules
28 +file path=usr/share/man/man1/sysV-make.1
29 +file path=usr/share/man/man1s/make.1s
26 30 link path=usr/bin/dmake target=make
27 31 link path=usr/ccs/bin/make target=../../bin/make
28 32 link path=usr/ccs/lib/svr4.make target=../../bin/make
29 33 link path=usr/lib/svr4.make target=../bin/make
30 34 link path=usr/xpg4/bin/make target=../../bin/make
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX