Ignore:
Timestamp:
Dec 13, 2008, 11:04:56 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 378

File:
1 edited

Legend:

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

    r466 r483  
    4949
    5050ifndef QUICK
     51ifdef STRUCTURED_OUTPUT
     52${CONSTITUENT}dirs ::
     53        @if test ! -d $(bin)${CONSTITUENT}; then $(mkdir) -p $(bin)${CONSTITUENT}; fi
     54        $(echo) "STRUCTURED_OUTPUT="$(bin)${CONSTITUENT}
     55
     56$(cmt_local_${CONSTITUENT}_makefile) :: $(${CONSTITUENT}_dependencies) $(cmt_local_tagfile_${CONSTITUENT}) build_library_links dirs ${CONSTITUENT}dirs
     57else
    5158$(cmt_local_${CONSTITUENT}_makefile) :: $(${CONSTITUENT}_dependencies) $(cmt_local_tagfile_${CONSTITUENT}) build_library_links dirs
     59endif
    5260else
    5361$(cmt_local_${CONSTITUENT}_makefile) :: $(cmt_local_tagfile_${CONSTITUENT})
Note: See TracChangeset for help on using the changeset viewer.