#-- start of packages_trailer ------

clean uninstall check : ;

binclean : FORCE
ifndef BCAST_ONLY
ifdef CMTINSTALLAREA
	$(silent) $(RM) -r $(CMTINSTALLAREA)/$(CMTCONFIG)
endif
ifdef LOG_LOCATION
	$(silent) \find $(LOG_LOCATION) -type f -name '*$(LOG_SUFFIX)' -exec $(RM) '{}' +
endif
endif

FORCE :
#-- end of packages_trailer ------
