source: CMT/v1r25-branch/mgr/fragments/nmake/packages_trailer @ 641

Last change on this file since 641 was 595, checked in by rybkin, 13 years ago

See C.L. 472

File size: 451 bytes
Line 
1#-- start of packages_trailer ------
2
3clean uninstall check : ;
4
5binclean : FORCE
6!if "$(BCAST_ONLY)" == ""
7!if "$(CMTINSTALLAREA)" != ""
8        $(silent) if exist $(CMTINSTALLAREA)\$(CMTCONFIG) rmdir /S /Q $(CMTINSTALLAREA)\$(CMTCONFIG)
9!endif
10!if "$(LOG_LOCATION)" != ""
11        $(silent) for %%f in ($(LOG_LOCATION)\*$(LOG_SUFFIX)) do $(silent) del %%f
12#       $(silent) del /Q $(LOG_LOCATION)\*$(LOG_SUFFIX)
13!endif
14!endif
15
16FORCE :
17#-- end of packages_trailer ------
Note: See TracBrowser for help on using the repository browser.