Changeset 3042


Ignore:
Timestamp:
Apr 8, 2007, 1:38:54 PM (18 years ago)
Author:
bird
Message:

Use the kBuild ash shell for the scripts, install ash as sh.exe too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/ash/Makefile.kmk

    r2491 r3042  
    1111
    1212ash_TEMPLATE = bin
     13ash_INST = bin/ash$(SUFF_EXE) bin/sh$(SUFF_EXE)
    1314ash_DEFS = lint SHELL SMALL
    1415ash_DEFS.os2 = EXEC_HASH_BANG_SCRIPT PC_OS2_LIBPATHS PC_PATH_SEP PC_DRIVE_LETTERS PC_EXE_EXTS
     
    7677
    7778$(PATH_TARGET)/builtins.h $(PATH_TARGET)/builtins.c: mkbuiltins shell.h builtins.def | $(call DIRDEP,$(PATH_TARGET))
    78         $+ $(dir $@)
     79        $(ASH) $+ $(dir $@)
    7980        [ -f $(PATH_TARGET)/builtins.h ]
    8081
    8182$(PATH_TARGET)/nodes.h $(PATH_TARGET)/nodes.c: mknodes.sh nodetypes nodes.c.pat | $(call DIRDEP,$(PATH_TARGET))
    82         $+ $(dir $@)
     83        $(ASH) $+ $(dir $@)
    8384        [ -f $(dir $@)/nodes.h ]
    8485
    8586$(PATH_TARGET)/token.h: mktokens | $(call DIRDEP,$(PATH_TARGET))
    86         $+
     87        $(ASH) $+
    8788        $(MV) token.h $@
    8889
    8990$(PATH_TARGET)/init.c: mkinit.sh $(filter-out $(PATH_TARGET)/%,$(ash_SOURCES)) | $(call DIRDEP,$(PATH_TARGET))
    90         $+
     91        $(ASH) $+
    9192        $(MV) init.c $@
    9293
Note: See TracChangeset for help on using the changeset viewer.