diff options
author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2014-06-27 14:15:59 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-29 16:43:55 +0200 |
commit | 61bbbf3a892c951ef14722f2a0d9210ba5be9194 (patch) | |
tree | acd66a64338925fcf8dfe64f0fb21ba566f9277a /Makefile | |
parent | 33de7401701e5242196a86b0695ee4ae9a4c4082 (diff) | |
download | buildroot-61bbbf3a892c951ef14722f2a0d9210ba5be9194.tar.gz buildroot-61bbbf3a892c951ef14722f2a0d9210ba5be9194.zip |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -421,10 +421,6 @@ $(BUILD_DIR)/buildroot-config/auto.conf: $(BR2_CONFIG) 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 .PHONY: all world toolchain dirs clean distclean source outputmakefile \ |