mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
Makefile.autotools.in: Do uninstall in staging/target dirs on -clean
This commit is contained in:
parent
c9477eea89
commit
e556bff41d
@ -234,6 +234,8 @@ $(BUILD_DIR)/%/.stamp_target_installed:
|
|||||||
|
|
||||||
$(BUILD_DIR)/%/.stamp_cleaned:
|
$(BUILD_DIR)/%/.stamp_cleaned:
|
||||||
$(call MESSAGE,"Cleaning up")
|
$(call MESSAGE,"Cleaning up")
|
||||||
|
-$($(PKG)_MAKE_ENV) $(MAKE) $($(PKG)_UNINSTALL_STAGING_OPT) -C $(@D)/$($(PKG)_SUBDIR)
|
||||||
|
-$($(PKG)_MAKE_ENV) $(MAKE) $($(PKG)_UNINSTALL_TARGET_OPT) -C $(@D)/$($(PKG)_SUBDIR)
|
||||||
-$($(PKG)_MAKE_ENV) $(MAKE) $($(PKG)_CLEAN_OPT) -C $(@D)/$($(PKG)_SUBDIR)
|
-$($(PKG)_MAKE_ENV) $(MAKE) $($(PKG)_CLEAN_OPT) -C $(@D)/$($(PKG)_SUBDIR)
|
||||||
|
|
||||||
$(BUILD_DIR)/%/.stamp_uninstalled:
|
$(BUILD_DIR)/%/.stamp_uninstalled:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user