Ignore:
Timestamp:
May 13, 2012, 6:25:17 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 491

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/src/Makefile.header

    r600 r616  
    5757        @$(MAKE) $(cmt_constituents_makefile)
    5858endif
    59         $(MAKE) --no-print-directory -f $(cmt_constituents_makefile) $@
     59        @$(MAKE) --no-print-directory -f $(cmt_constituents_makefile) $@
    6060else
    6161ifndef cmt_included
     
    144144ifndef CMTBCAST
    145145binclean ::
    146         if _bin=`cd $(bin) 2>/dev/null&&pwd -P`&&_cur=`pwd -P`&&[ -n "$${_bin}" ]&&[ "$${_cur#$${_bin}}" = "$${_cur}" ] ; then \
     146        $(silent)if _bin=`cd $(bin) 2>/dev/null&&pwd -P`&&_cur=`pwd -P`&&[ -n "$${_bin}" ]&&[ "$${_cur#$${_bin}}" = "$${_cur}" ] ; then \
    147147            test -z "$(cmtmsg)" || \
    148148            echo "$(CMTMSGPREFIX)" "(Makefile.header) Removing binary directory $(bin)"; \
Note: See TracChangeset for help on using the changeset viewer.