Ignore:
Timestamp:
Apr 22, 2002, 4:22:18 AM (23 years ago)
Author:
bird
Message:

Added shell rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.mak

    r8290 r8298  
    1 # $Id: process.mak,v 1.6 2002-04-22 00:27:54 bird Exp $
     1# $Id: process.mak,v 1.7 2002-04-22 02:22:18 bird Exp $
    22
    33#
     
    577577
    578578# -----------------------------------------------------------------------------
     579# The shell rule - Setup the correcte shell environment and start a shell.
     580# -----------------------------------------------------------------------------
     581shell:
     582!ifndef BUILD_VERBOSE
     583    @ \
     584!endif
     585    -$(TOOL_BUILDENV) $(BUILD_ENVS_BASE_PRE) $(BUILD_ENVS_PRE) $(ENV_ENVS) \
     586        $(BUILD_ENVS_BASE_POST) $(BUILD_ENVS_POST) * $(COMSPEC)
     587
     588
     589
     590# -----------------------------------------------------------------------------
    579591# The dep rule - Make dependencies.
    580592# -----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.