call Build/Clean for clean: in package makefiles
SVN-Revision: 6773
This commit is contained in:
parent
1f5d88a1e1
commit
58de9a89ad
1 changed files with 1 additions and 0 deletions
|
@ -124,5 +124,6 @@ compile:
|
||||||
install:
|
install:
|
||||||
clean: FORCE
|
clean: FORCE
|
||||||
$(Build/UninstallDev)
|
$(Build/UninstallDev)
|
||||||
|
$(Build/Clean)
|
||||||
@rm -f $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
|
@rm -f $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
|
||||||
@rm -rf $(PKG_BUILD_DIR)
|
@rm -rf $(PKG_BUILD_DIR)
|
||||||
|
|
Loading…
Reference in a new issue