source: CMT/HEAD/mgr/fragments/packages_trailer @ 595

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

See C.L. 472

File size: 336 bytes
Line 
1#-- start of packages_trailer ------
2
3clean uninstall check : ;
4
5binclean : FORCE
6ifndef BCAST_ONLY
7ifdef CMTINSTALLAREA
8        $(silent) $(RM) -r $(CMTINSTALLAREA)/$(CMTCONFIG)
9endif
10ifdef LOG_LOCATION
11        $(silent) \find $(LOG_LOCATION) -type f -name '*$(LOG_SUFFIX)' -exec $(RM) '{}' +
12endif
13endif
14
15FORCE :
16#-- end of packages_trailer ------
Note: See TracBrowser for help on using the repository browser.