Changeset 2550


Ignore:
Timestamp:
Mar 4, 2006, 1:47:27 AM (19 years ago)
Author:
bird
Message:

baselayout hacking.

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2480 r2550  
    2323
    2424TEMPLATE_usr.bin.doc = /usr/bin/ program documentation.
    25 # 1: source  2: target  3: default ins path
    26 TEMPLATE_usr.bin.doc_INSTFUN = $(3)/usr/doc/$(subst .doc,,$(2))/$(notdir $(1))
     25# 1: source  2: target  3: _INST  4: default ins path
     26TEMPLATE_usr.bin.doc_INSTFUN = $(4)/usr/doc/$(subst .doc,,$(2))/$(notdir $(1))
    2727
    2828TEMPLATE_usr.bin.man = /usr/bin/ program manual page
    29 # 1: source  2: target  3: default ins path
    30 TEMPLATE_usr.bin.man_INSTFUN = $(3)/usr/man/man$(notdir $(subst .,/,$(1)))/$(notdir $(1)).gz
     29# 1: source  2: target  3: _INST  4: default ins path
     30TEMPLATE_usr.bin.man_INSTFUN = $(4)/usr/man/man$(notdir $(subst .,/,$(1)))/$(notdir $(1)).gz
    3131# 1: source  2: destination, 3: target
    3232TEMPLATE_usr.bin.man_INSTALLER = gzip -9 -c $(1) > $(2)
     33
     34#
     35# The /usr/sbin templates.
     36#
     37TEMPLATE_usr.sbin = /usr/sbin/ programs.
     38TEMPLATE_usr.sbin_TOOL = GCC3
     39TEMPLATE_usr.sbin_TOOL.os2 = GCC3OMF
     40TEMPLATE_usr.sbin_INST = usr/sbin/
     41
     42TEMPLATE_usr.sbin.script = /usr/sbin/ scripts
     43TEMPLATE_usr.sbin.script_INST = usr/sbin/
     44
     45TEMPLATE_usr.sbin.doc = /usr/bin/ program documentation.
     46# 1: source  2: target  3: _INST  4: default ins path
     47TEMPLATE_usr.sbin.doc_INSTFUN = $(4)/usr/doc/$(subst .doc,,$(2))/$(notdir $(1))
     48
     49TEMPLATE_usr.sbin.man = /usr/bin/ program manual page
     50# 1: source  2: target  3: _INST  4: default ins path
     51TEMPLATE_usr.sbin.man_INSTFUN = $(4)/usr/man/man$(notdir $(subst .,/,$(1)))/$(notdir $(1)).gz
     52# 1: source  2: destination, 3: target
     53TEMPLATE_usr.sbin.man_INSTALLER = gzip -9 -c $(1) > $(2)
     54
    3355
    3456#
  • trunk/Makefile.kmk

    r2477 r2550  
    1717# The subdirectories to traverse.
    1818SUBDIRS = \
     19        baselayout \
    1920        yacc \
    20         ash
     21        ash \
     22        emx
    2123
    2224## def_do_subdir
Note: See TracChangeset for help on using the changeset viewer.