mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
fix a stupid search-n-replace bug
This commit is contained in:
parent
0ae47fceb3
commit
4bda7c0831
@ -69,7 +69,7 @@ host-sed: $(HOST_SED_TARGET)
|
|||||||
|
|
||||||
host-sed-clean:
|
host-sed-clean:
|
||||||
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(SED_DIR1) uninstall
|
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(SED_DIR1) uninstall
|
||||||
-sed -C $(SED_DIR1) clean
|
-$(MAKE) -C $(SED_DIR1) clean
|
||||||
|
|
||||||
host-sed-dirclean:
|
host-sed-dirclean:
|
||||||
rm -rf $(SED_DIR1)
|
rm -rf $(SED_DIR1)
|
||||||
@ -127,7 +127,7 @@ sed: uclibc sed-target_binary
|
|||||||
|
|
||||||
sed-clean:
|
sed-clean:
|
||||||
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SED_DIR2) uninstall
|
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SED_DIR2) uninstall
|
||||||
-sed -C $(SED_DIR2) clean
|
-$(MAKE) -C $(SED_DIR2) clean
|
||||||
|
|
||||||
sed-dirclean:
|
sed-dirclean:
|
||||||
rm -rf $(SED_DIR2)
|
rm -rf $(SED_DIR2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user