mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
dependencies: remove useless targets
The dependencies-source, dependencies-clean and dependencies-dirclean targets are not needed, as long as 'dependencies' is not used in the <pkg>_DEPENDENCIES of a package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d07d2bfeb2
commit
9c5efee81d
@ -33,14 +33,6 @@ dependencies: HOSTCC=$(HOSTCC_NOCCACHE)
|
|||||||
dependencies: HOSTCXX=$(HOSTCXX_NOCCACHE)
|
dependencies: HOSTCXX=$(HOSTCXX_NOCCACHE)
|
||||||
dependencies: core-dependencies $(DEPENDENCIES_HOST_PREREQ)
|
dependencies: core-dependencies $(DEPENDENCIES_HOST_PREREQ)
|
||||||
|
|
||||||
dependencies-source:
|
|
||||||
|
|
||||||
dependencies-clean:
|
|
||||||
rm -f $(SSTRIP_TARGET)
|
|
||||||
|
|
||||||
dependencies-dirclean:
|
|
||||||
true
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user