]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
dependencies: move from toolchain/ to support/
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Wed, 8 Feb 2012 16:22:16 +0000 (17:22 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 9 Feb 2012 20:45:59 +0000 (21:45 +0100)
As suggested by Arnout Vandecappelle, move toolchain/dependencies to
support/dependencies, as it really is not toolchain-specific anymore.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile
support/dependencies/dependencies.mk [moved from toolchain/dependencies/dependencies.mk with 94% similarity]
support/dependencies/dependencies.sh [moved from toolchain/dependencies/dependencies.sh with 100% similarity]
toolchain/toolchain-buildroot.mk
toolchain/toolchain-crosstool-ng.mk
toolchain/toolchain-external.mk

index e1621f965e4ed9219f2167272d5f8e4d03781afe..90d1a9d5022bbc73f3ae42a0a3da34f0d29568ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -297,6 +297,8 @@ include package/Makefile.in
 
 all: world
 
+include support/dependencies/dependencies.mk
+
 # We also need the various per-package makefiles, which also add
 # each selected package to TARGETS if that package was selected
 # in the .config file.
similarity index 94%
rename from toolchain/dependencies/dependencies.mk
rename to support/dependencies/dependencies.mk
index ea8bf252bd0a14eb7de7583354858b93b0248462..3e621e9dd2a837347058fec247f79a129201a9f8 100644 (file)
@@ -14,7 +14,7 @@ core-dependencies:
        @HOSTCC="$(firstword $(HOSTCC))" MAKE="$(MAKE)" \
                CONFIG_FILE="$(CONFIG_DIR)/.config" \
                DL_TOOLS="$(sort $(DL_TOOLS_DEPENDENCIES))" \
-               $(TOPDIR)/toolchain/dependencies/dependencies.sh
+               $(TOPDIR)/support/dependencies/dependencies.sh
 
 dependencies: core-dependencies $(DEPENDENCIES_HOST_PREREQ)
 
index c6115627650adc275fd367c1653cd4f57ce18c1e..f21cefdb19d477bd726331d16ab5a26dec055a63 100644 (file)
@@ -1,6 +1,5 @@
 # Include files required for the internal toolchain backend
 
-include toolchain/dependencies/dependencies.mk
 include toolchain/elf2flt/elf2flt.mk
 include toolchain/gcc/gcc-uclibc-4.x.mk
 include toolchain/gdb/gdb.mk
index e480da981c980e7e2eb652e7a2b35557197f4fad..f6cc2b917ecce0635e54ba7519bf4c2c52d3542e 100644 (file)
@@ -2,7 +2,6 @@
 
 # Explicit ordering:
 include toolchain/helpers.mk
-include toolchain/dependencies/dependencies.mk
 include toolchain/elf2flt/elf2flt.mk
 include toolchain/gcc/gcc-uclibc-4.x.mk
 include toolchain/gdb/gdb.mk
index d67405b00bb09d599a4e87db923688019bfab202..d5b2aacbd0e7c24cea0676239361aa3ea178da32 100644 (file)
@@ -1,7 +1,6 @@
 # Required includes for the external toolchain backend
 
 include toolchain/helpers.mk
-include toolchain/dependencies/dependencies.mk
 include toolchain/elf2flt/elf2flt.mk
 include toolchain/gcc/gcc-uclibc-4.x.mk
 include toolchain/gdb/gdb.mk