mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Move .PHONY to front in sed
This commit is contained in:
parent
e63e6104e5
commit
2582f551f3
@ -69,6 +69,7 @@ $(HOST_SED_DIR)/$(SED_TARGET_BINARY):
|
|||||||
ln -sf "$(HOST_SED_IF_ANY)" "$(HOST_SED_DIR)/$(SED_TARGET_BINARY)"; \
|
ln -sf "$(HOST_SED_IF_ANY)" "$(HOST_SED_DIR)/$(SED_TARGET_BINARY)"; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
.PHONY: sed host-sed use-sed-host-binary
|
||||||
|
|
||||||
use-sed-host-binary: $(HOST_SED_DIR)/$(SED_TARGET_BINARY)
|
use-sed-host-binary: $(HOST_SED_DIR)/$(SED_TARGET_BINARY)
|
||||||
|
|
||||||
@ -155,4 +156,4 @@ sed-dirclean:
|
|||||||
ifeq ($(strip $(BR2_PACKAGE_SED)),y)
|
ifeq ($(strip $(BR2_PACKAGE_SED)),y)
|
||||||
TARGETS+=sed
|
TARGETS+=sed
|
||||||
endif
|
endif
|
||||||
.PHONY: sed host-sed use-sed-host-binary
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user