Ignore:
Timestamp:
Dec 23, 2011, 5:47:15 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 476

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/nmake/package

    r595 r599  
    2222!if "$(cmt_${PACKAGE}_is_local)" != ""
    2323        @echo "#--------------------------------------------------------------" \
    24           && echo "# Now trying [$(BCAST_CMD)] in $(${PACKAGE}MgrPath)" \
     24          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD)] in $(${PACKAGE}MgrPath)" \
    2525          && echo "#--------------------------------------------------------------"
    2626!if "$(LOG_LOCATION)" != ""
    2727        $(silent) type nul > $(LOG_LOCATION)\$(${PACKAGE}FullName)$(LOG_SUFFIX)
    2828        @( echo "#--------------------------------------------------------------" \
    29           && echo "# Now trying [$(BCAST_CMD)] in $(${PACKAGE}MgrPath)" \
     29          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD)] in $(${PACKAGE}MgrPath)" \
    3030          && echo "#--------------------------------------------------------------" ) $(${PACKAGE}OutErr)
    3131!endif
     
    4545!if "$(BCAST_GLOBAL)" != ""
    4646        @echo "#--------------------------------------------------------------" \
    47           && echo "# Now trying [$(BCAST_CMD)] in $(${PACKAGE}MgrPath)" \
     47          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD)] in $(${PACKAGE}MgrPath)" \
    4848          && echo "#--------------------------------------------------------------"
    4949!if "$(LOG_LOCATION)" != ""
    5050        $(silent) type nul > $(LOG_LOCATION)\$(${PACKAGE}FullName)$(LOG_SUFFIX)
    5151        @( echo "#--------------------------------------------------------------" \
    52           && echo "# Now trying [$(BCAST_CMD)] in $(${PACKAGE}MgrPath)" \
     52          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD)] in $(${PACKAGE}MgrPath)" \
    5353          && echo "#--------------------------------------------------------------" ) $(${PACKAGE}OutErr)
    5454!endif
     
    9494!if "$(cmt_${PACKAGE}_is_local)" != ""
    9595        @echo "#--------------------------------------------------------------" \
    96           && echo "# Now trying [$(BCAST_CMD) clean] in $(${PACKAGE}MgrPath)" \
     96          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD) clean] in $(${PACKAGE}MgrPath)" \
    9797          && echo "#--------------------------------------------------------------"
    9898        $(silent) cd /d $(${PACKAGE}MgrPath) && $(BCAST_CMD) clean
     
    100100!if "$(BCAST_GLOBAL)" != ""
    101101        @echo "#--------------------------------------------------------------" \
    102           && echo "# Now trying [$(BCAST_CMD) clean] in $(${PACKAGE}MgrPath)" \
     102          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD) clean] in $(${PACKAGE}MgrPath)" \
    103103          && echo "#--------------------------------------------------------------"
    104104        $(silent) cd /d $(${PACKAGE}MgrPath) && $(BCAST_CMD) clean
     
    111111!if "$(cmt_${PACKAGE}_is_local)" != ""
    112112        @echo "#--------------------------------------------------------------" \
    113           && echo "# Now trying [$(BCAST_CMD) binclean] in $(${PACKAGE}MgrPath)" \
     113          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD) binclean] in $(${PACKAGE}MgrPath)" \
    114114          && echo "#--------------------------------------------------------------"
    115115        $(silent) cd /d $(${PACKAGE}MgrPath) && $(BCAST_CMD) binclean
     
    117117!if "$(BCAST_GLOBAL)" != ""
    118118        @echo "#--------------------------------------------------------------" \
    119           && echo "# Now trying [$(BCAST_CMD) binclean] in $(${PACKAGE}MgrPath)" \
     119          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD) binclean] in $(${PACKAGE}MgrPath)" \
    120120          && echo "#--------------------------------------------------------------"
    121121        $(silent) cd /d $(${PACKAGE}MgrPath) && $(BCAST_CMD) binclean
     
    128128!if "$(cmt_${PACKAGE}_is_local)" != ""
    129129        @echo "#--------------------------------------------------------------" \
    130           && echo "# Now trying [$(BCAST_CMD) uninstall] in $(${PACKAGE}MgrPath)" \
     130          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD) uninstall] in $(${PACKAGE}MgrPath)" \
    131131          && echo "#--------------------------------------------------------------"
    132132        $(silent) cd /d $(${PACKAGE}MgrPath) && $(BCAST_CMD) uninstall
     
    134134!if "$(BCAST_GLOBAL)" != ""
    135135        @echo "#--------------------------------------------------------------" \
    136           && echo "# Now trying [$(BCAST_CMD) uninstall] in $(${PACKAGE}MgrPath)" \
     136          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD) uninstall] in $(${PACKAGE}MgrPath)" \
    137137          && echo "#--------------------------------------------------------------"
    138138        $(silent) cd /d $(${PACKAGE}MgrPath) && $(BCAST_CMD) uninstall
     
    145145!if "$(cmt_${PACKAGE}_is_local)" != ""
    146146        @echo "#--------------------------------------------------------------" \
    147           && echo "# Now trying [$(BCAST_CMD) check] in $(${PACKAGE}MgrPath)" \
     147          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD) check] in $(${PACKAGE}MgrPath)" \
    148148          && echo "#--------------------------------------------------------------"
    149149        $(silent) cd /d $(${PACKAGE}MgrPath) && $(BCAST_CMD) check
     
    151151!if "$(BCAST_GLOBAL)" != ""
    152152        @echo "#--------------------------------------------------------------" \
    153           && echo "# Now trying [$(BCAST_CMD) check] in $(${PACKAGE}MgrPath)" \
     153          && echo "# ${PACKAGE} $(${PACKAGEPREFIX}VERSION) $(${PACKAGE}_offset): Now trying [$(BCAST_CMD) check] in $(${PACKAGE}MgrPath)" \
    154154          && echo "#--------------------------------------------------------------"
    155155        $(silent) cd /d $(${PACKAGE}MgrPath) && $(BCAST_CMD) check
Note: See TracChangeset for help on using the changeset viewer.