Ignore:
Timestamp:
May 30, 2008, 4:52:11 PM (17 years ago)
Author:
rybkin
Message:

See C.L. 360

File:
1 edited

Legend:

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

    r445 r459  
    1616!endif
    1717
    18 !if [cmt -quiet -tag=$(tags) $(${CONSTITUENT}_extratags) build tag_makefile >$(cmt_local_tagfile_${CONSTITUENT})] == 0
     18!if [cmt -tag=$(tags) $(${CONSTITUENT}_extratags) build tag_makefile >$(cmt_local_tagfile_${CONSTITUENT})] == 0
    1919!endif
    2020
    21 !if [$(cmtexe) -quiet -tag=$(tags) $(${CONSTITUENT}_extratags) show setup >$(cmt_final_setup_${CONSTITUENT})] == 0
     21!if [$(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) show setup >$(cmt_final_setup_${CONSTITUENT})] == 0
    2222!endif
    2323
     
    3434        @set include=$(include)
    3535        @set lib=$(lib)
    36         @$(cmtexe) -quiet -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile ${CONSTITUENT}
     36        @$(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile ${CONSTITUENT}
    3737        @move ${CONSTITUENT}.nmake $(bin)
    3838        $(echo) (constituents.nmake) ${CONSTITUENT}.nmake done
Note: See TracChangeset for help on using the changeset viewer.