Selaa lähdekoodia

Makefile: do not add to targets common dependencies

Remove the rule that adds common dependencies to every target in the
"TARGETS" variable, because all those targets are packages that use the
package infrastructure or they depend on targets that use the package
infrastructure. The package infrastructure already adds common
dependencies.  Therefore, this rule is useless.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fabio Porcedda 11 vuotta sitten
vanhempi
commit
61bbbf3a89
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 4
      Makefile

+ 0 - 4
Makefile

@@ -421,10 +421,6 @@ $(BUILD_DIR)/buildroot-config/auto.conf: $(BR2_CONFIG)
 
 
 prepare: $(BUILD_DIR)/buildroot-config/auto.conf
 prepare: $(BUILD_DIR)/buildroot-config/auto.conf
 
 
-# Add base dependencies to all targets even on those not based on the
-# package framework.
-$(TARGETS): dirs prepare dependencies
-
 world: target-post-image
 world: target-post-image
 
 
 .PHONY: all world toolchain dirs clean distclean source outputmakefile \
 .PHONY: all world toolchain dirs clean distclean source outputmakefile \