mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
samrobb writes in Bug 233: only clean host sed if we built it
This commit is contained in:
parent
f39499bc64
commit
250245fa7e
@ -70,6 +70,7 @@ use-sed-host-binary:
|
|||||||
|
|
||||||
host-sed: $(HOST_SED_TARGET)
|
host-sed: $(HOST_SED_TARGET)
|
||||||
|
|
||||||
|
ifeq ($(HOST_SED_TARGET),build-sed-host-binary)
|
||||||
host-sed-clean:
|
host-sed-clean:
|
||||||
$(MAKE) DESTDIR=$(HOST_SED_DIR) -C $(SED_DIR1) uninstall
|
$(MAKE) DESTDIR=$(HOST_SED_DIR) -C $(SED_DIR1) uninstall
|
||||||
-$(MAKE) -C $(SED_DIR1) clean
|
-$(MAKE) -C $(SED_DIR1) clean
|
||||||
@ -77,6 +78,10 @@ host-sed-clean:
|
|||||||
host-sed-dirclean:
|
host-sed-dirclean:
|
||||||
rm -rf $(SED_DIR1)
|
rm -rf $(SED_DIR1)
|
||||||
|
|
||||||
|
else
|
||||||
|
host-sed-clean host-sed-dirclean:
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user