Changeset 616 for CMT


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

See C.L. 491

Location:
CMT/HEAD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r615 r616  
     12012-05-13    <rybkin@lal.in2p3.fr> 491
     2
     3        * src/Makefile.core: Do not modify MAKEFLAGS in Makefile
     4        * src/Makefile.header: Improve control of Make verbosity
     5       
    162012-05-07    <rybkin@lal.in2p3.fr> 490
    27
  • CMT/HEAD/src/Makefile.core

    r588 r616  
    8484export makecmd
    8585silent =
    86 MAKEFLAGS += --no-print-directory
     86#MAKEFLAGS += --no-print-directory
    8787else
    8888silent = @
    89 MAKEFLAGS += --silent
     89#MAKEFLAGS += --silent
    9090endif
    9191
  • 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.