Ignore:
Timestamp:
Aug 25, 2002, 12:31:24 AM (23 years ago)
Author:
bird
Message:

Restructured install (now publish).

File:
1 edited

Legend:

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

    r9115 r9127  
    1 # $Id: process.forwarder.mak,v 1.10 2002-08-24 04:44:25 bird Exp $
     1# $Id: process.forwarder.mak,v 1.11 2002-08-24 22:31:24 bird Exp $
    22
    33#
     
    195195# Generic forwarder
    196196# -----------------------------------------------------------------------------
    197 build rebuild clean dep needed lib executable miscellaneous \
     197build rebuild needed lib executable miscellaneous \
    198198!if "$(TARGET_MODE)" == "DEPEND"
    199199$(TARGET) \
     
    201201$(TARGET_ILIB) \
    202202$(RULES_FORWARD) \
    203 install testcase nothing target:
     203testcase target:
    204204    \
    205205!ifndef BUILD_VERBOSE
     
    209209    echo . && SET _BUILD_PROJECT=$(BUILD_PROJECT) && \
    210210!endif
     211    $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
     212
     213
     214
     215# -----------------------------------------------------------------------------
     216# Generic forwarder - No dependencies.
     217# -----------------------------------------------------------------------------
     218clean dep publish publish_target nothing:
     219    \
     220!ifndef BUILD_VERBOSE
     221    @ \
     222!endif
     223    echo . && \
     224!ifndef _BUILD_PROJECT # workarounds for buggy SET implementation in NMAKE.
     225    SET _BUILD_PROJECT=$(BUILD_PROJECT) && \
     226!endif
     227    SET NODEP=1 && \
    211228    $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@
    212229
Note: See TracChangeset for help on using the changeset viewer.