Ignore:
Timestamp:
Jan 8, 2009, 11:23:36 AM (15 years ago)
Author:
rybkin
Message:

See C.L. 382

File:
1 edited

Legend:

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

    r445 r487  
     1#-- start of group ------
    12
    23all_groups :: ${GROUP}
    34
    4 ${GROUP} ::  $(${GROUP}_pre_constituents) $(${GROUP}_constituents)  $(${GROUP}_post_constituents)
     5${GROUP} :: $(${GROUP}_dependencies)  $(${GROUP}_pre_constituents) $(${GROUP}_constituents)  $(${GROUP}_post_constituents)
    56        $(echo) " ${GROUP} ok."
    67
     
    1314${GROUP}clean :: makefilesclean
    1415
     16#-- end of group ------
Note: See TracChangeset for help on using the changeset viewer.