Ignore:
Timestamp:
Mar 15, 2009, 1:13:07 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 387

File:
1 edited

Legend:

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

    r487 r492  
    1818${CONSTITUENT}clean ::
    1919        $(cleanup_echo) #objects
    20         $(cleanup_silent) for %f in (${OBJS}) do if exist %f del %f
     20        $(cleanup_silent) for %f in (${OBJS}) do $(cleanup_silent)if exist %f del %f
    2121        $(cleanup_silent) if exist $(bin)${CONSTITUENT}.arc del $(bin)${CONSTITUENT}.arc
    2222        $(cleanup_silent) if exist $(bin)${CONSTITUENT}.lib del $(bin)${CONSTITUENT}.lib
Note: See TracChangeset for help on using the changeset viewer.