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/constituents_trailer

    r445 r487  
     1#-- start of constituents_trailer ------
    12
    2 clean :: remove_library_links
     3#clean :: remove_library_links
    34
    45remove_library_links ::
    5         $(echo) "Removing library links"
     6        $(echo) "(constituents.make) Removing library links"
    67        @$(remove_library_links)
    78
    89makefilesclean ::
    9         @if exist *.make.* del *.make*
     10#       @if exist *.nmake* del *.nmake*
    1011
    1112###     @if exist checkuses del checkuses
     
    1314clean :: makefilesclean
    1415
    15 binclean :: clean
    16         @del /Q $(bin)\*
     16#binclean :: clean
     17binclean ::
     18        $(echo) (constituents.make) Removing binary directory $(bin)
     19        $(cleanup_silent)if not "$(bin)"==".\" (if exist $(bin) rmdir /S /Q $(bin))
     20#       @del /Q $(bin)\*
    1721
     22#-- end of constituents_trailer ------
Note: See TracChangeset for help on using the changeset viewer.