Ignore:
Timestamp:
Feb 15, 2008, 4:48:37 PM (18 years ago)
Author:
rybkin
Message:

See C.L. 345

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/constituents_header

    r434 r441  
    5656
    5757$(cmt_final_setup) : $(cmt_local_tagfile)
    58         @/bin/echo "------> (constituents.make) Rebuilding $@"
     58        $(echo) "(constituents.make) Rebuilding $@"
    5959        @if test ! -d $(@D); then $(mkdir) -p $(@D); fi; \
    6060          if test -f $(cmt_local_setup); then /bin/rm -f $(cmt_local_setup); fi; \
     
    6565          else \
    6666            if /usr/bin/diff $(cmt_local_setup) $@ >/dev/null ; then \
    67               echo "$@ untouched"; \
     67              : ; \
    6868            else \
    6969              mv $(cmt_local_setup) $@; \
    7070            fi; \
    7171          fi
    72         @/bin/echo $@ ok   
     72
     73#       @/bin/echo $@ ok   
    7374
    7475config :: checkuses
     
    8182ifndef QUICK
    8283all :: build_library_links
    83         @echo "------> (constituents.make) all done"
     84        $(echo) "(constituents.make) all done"
    8485endif
    8586
     
    9596
    9697build_library_links : dirs requirements
    97         @echo "------> (constituents.make) Rebuilding library links"; \
     98        $(echo) "(constituents.make) Rebuilding library links"; \
    9899        if test ! -d $(bin) ; then $(mkdir) -p $(bin) ; fi; \
    99100        $(build_library_links)
Note: See TracChangeset for help on using the changeset viewer.