Changeset 556 for CMT/HEAD


Ignore:
Timestamp:
Sep 1, 2010, 11:32:39 AM (14 years ago)
Author:
rybkin
Message:

See C.L. 441

Location:
CMT/HEAD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r555 r556  
     12010-09-01    <rybkin@lal.in2p3.fr> 441
     2
     3        * mgr/requirements: Do not modify MAKEFLAGS
     4        * src/Makefile.core: Append --no-print-directory to MAKEFLAGS when echoing
     5        Make commands
     6       
    172010-08-27    <rybkin@lal.in2p3.fr> 440
    28
  • CMT/HEAD/mgr/requirements

    r541 r556  
    484484      VisualC              ""
    485485
    486 macro_append MAKEFLAGS " --no-print-directory "
     486#macro_append MAKEFLAGS " --no-print-directory "
    487487
    488488#macro_prepend constituents " configclean "
  • CMT/HEAD/src/Makefile.core

    r535 r556  
    8484export makecmd
    8585silent =
     86MAKEFLAGS += --no-print-directory
    8687else
    8788silent = @
Note: See TracChangeset for help on using the changeset viewer.