Changeset 8298 for trunk/make/process.mak
- Timestamp:
- Apr 22, 2002, 4:22:18 AM (23 years ago)
- 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:54bird Exp $1 # $Id: process.mak,v 1.7 2002-04-22 02:22:18 bird Exp $ 2 2 3 3 # … … 577 577 578 578 # ----------------------------------------------------------------------------- 579 # The shell rule - Setup the correcte shell environment and start a shell. 580 # ----------------------------------------------------------------------------- 581 shell: 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 # ----------------------------------------------------------------------------- 579 591 # The dep rule - Make dependencies. 580 592 # -----------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.