| Rev | Line | |
|---|
| [595] | 1 | #-- start of packages_trailer ------
|
|---|
| 2 |
|
|---|
| 3 | clean uninstall check : ;
|
|---|
| 4 |
|
|---|
| 5 | binclean : 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 |
|
|---|
| 16 | FORCE :
|
|---|
| 17 | #-- end of packages_trailer ------
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.