Changeset 441 for CMT/HEAD/mgr/fragments/constituents_header
- Timestamp:
- Feb 15, 2008, 4:48:37 PM (18 years ago)
- File:
-
- 1 edited
-
CMT/HEAD/mgr/fragments/constituents_header (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/mgr/fragments/constituents_header
r434 r441 56 56 57 57 $(cmt_final_setup) : $(cmt_local_tagfile) 58 @/bin/echo "------>(constituents.make) Rebuilding $@"58 $(echo) "(constituents.make) Rebuilding $@" 59 59 @if test ! -d $(@D); then $(mkdir) -p $(@D); fi; \ 60 60 if test -f $(cmt_local_setup); then /bin/rm -f $(cmt_local_setup); fi; \ … … 65 65 else \ 66 66 if /usr/bin/diff $(cmt_local_setup) $@ >/dev/null ; then \ 67 echo "$@ untouched"; \67 : ; \ 68 68 else \ 69 69 mv $(cmt_local_setup) $@; \ 70 70 fi; \ 71 71 fi 72 @/bin/echo $@ ok 72 73 # @/bin/echo $@ ok 73 74 74 75 config :: checkuses … … 81 82 ifndef QUICK 82 83 all :: build_library_links 83 @echo "------>(constituents.make) all done"84 $(echo) "(constituents.make) all done" 84 85 endif 85 86 … … 95 96 96 97 build_library_links : dirs requirements 97 @echo "------>(constituents.make) Rebuilding library links"; \98 $(echo) "(constituents.make) Rebuilding library links"; \ 98 99 if test ! -d $(bin) ; then $(mkdir) -p $(bin) ; fi; \ 99 100 $(build_library_links)
Note:
See TracChangeset
for help on using the changeset viewer.
