Changeset 2550
- Timestamp:
- Mar 4, 2006, 1:47:27 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r2480 r2550 23 23 24 24 TEMPLATE_usr.bin.doc = /usr/bin/ program documentation. 25 # 1: source 2: target 3: default ins path26 TEMPLATE_usr.bin.doc_INSTFUN = $( 3)/usr/doc/$(subst .doc,,$(2))/$(notdir $(1))25 # 1: source 2: target 3: _INST 4: default ins path 26 TEMPLATE_usr.bin.doc_INSTFUN = $(4)/usr/doc/$(subst .doc,,$(2))/$(notdir $(1)) 27 27 28 28 TEMPLATE_usr.bin.man = /usr/bin/ program manual page 29 # 1: source 2: target 3: default ins path30 TEMPLATE_usr.bin.man_INSTFUN = $( 3)/usr/man/man$(notdir $(subst .,/,$(1)))/$(notdir $(1)).gz29 # 1: source 2: target 3: _INST 4: default ins path 30 TEMPLATE_usr.bin.man_INSTFUN = $(4)/usr/man/man$(notdir $(subst .,/,$(1)))/$(notdir $(1)).gz 31 31 # 1: source 2: destination, 3: target 32 32 TEMPLATE_usr.bin.man_INSTALLER = gzip -9 -c $(1) > $(2) 33 34 # 35 # The /usr/sbin templates. 36 # 37 TEMPLATE_usr.sbin = /usr/sbin/ programs. 38 TEMPLATE_usr.sbin_TOOL = GCC3 39 TEMPLATE_usr.sbin_TOOL.os2 = GCC3OMF 40 TEMPLATE_usr.sbin_INST = usr/sbin/ 41 42 TEMPLATE_usr.sbin.script = /usr/sbin/ scripts 43 TEMPLATE_usr.sbin.script_INST = usr/sbin/ 44 45 TEMPLATE_usr.sbin.doc = /usr/bin/ program documentation. 46 # 1: source 2: target 3: _INST 4: default ins path 47 TEMPLATE_usr.sbin.doc_INSTFUN = $(4)/usr/doc/$(subst .doc,,$(2))/$(notdir $(1)) 48 49 TEMPLATE_usr.sbin.man = /usr/bin/ program manual page 50 # 1: source 2: target 3: _INST 4: default ins path 51 TEMPLATE_usr.sbin.man_INSTFUN = $(4)/usr/man/man$(notdir $(subst .,/,$(1)))/$(notdir $(1)).gz 52 # 1: source 2: destination, 3: target 53 TEMPLATE_usr.sbin.man_INSTALLER = gzip -9 -c $(1) > $(2) 54 33 55 34 56 # -
trunk/Makefile.kmk
r2477 r2550 17 17 # The subdirectories to traverse. 18 18 SUBDIRS = \ 19 baselayout \ 19 20 yacc \ 20 ash 21 ash \ 22 emx 21 23 22 24 ## def_do_subdir
Note:
See TracChangeset
for help on using the changeset viewer.