Ignore:
Timestamp:
Aug 20, 2002, 9:05:43 AM (23 years ago)
Author:
bird
Message:

Workaround for problem when _BUILD_PROJECT isn't yet set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.forwarder.mak

    r9031 r9048  
    1 # $Id: process.forwarder.mak,v 1.6 2002-08-20 04:05:40 bird Exp $
     1# $Id: process.forwarder.mak,v 1.7 2002-08-20 07:05:43 bird Exp $
    22
    33#
     
    186186!endif
    187187$(TARGET_ILIB) \
     188$(RULES_FORWARD) \
    188189install testcase nothing target:
    189190    \
     
    191192    @ \
    192193!endif
     194!ifndef _BUILD_PROJECT # workaround for buggy SET implementation in NMAKE.
     195    echo . && SET _BUILD_PROJECT=$(BUILD_PROJECT) && \
     196!endif
    193197    $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
    194198
     
    202206!ifndef BUILD_VERBOSE
    203207    @ \
     208!endif
     209!ifndef _BUILD_PROJECT # workaround for buggy SET implementation in NMAKE.
     210    echo . && SET _BUILD_PROJECT=$(BUILD_PROJECT) && \
    204211!endif
    205212    $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(COMSPEC)
Note: See TracChangeset for help on using the changeset viewer.